summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter
AgeCommit message (Expand)Author
2020-07-20Fixed to use normal! instead of normalSteve Vermeulen
2020-07-16Add jsdoc parserStephan Seitz
2020-07-16Refactor locals.lua:Stephan Seitz
2020-07-16Refactor: Add parsers.get_buf_langStephan Seitz
2020-07-16fix(ts_utils): be sure to parse to get rootThomas Vigouroux
2020-07-15fix(parsers): add additional typescript filetype to parserPierre Poupin
2020-07-15feat(textobjects): Add `start` to include preceding things like documentationStephan Seitz
2020-07-15checkhealth for all query groupsStephan Seitz
2020-07-15Use C++ parser for "cuda" filetypeStephan Seitz
2020-07-15fix(configs): deep merge table configsSteven Sojka
2020-07-15feat(refactor.navigation): update jumplist on jumpThomas Vigouroux
2020-07-15fix(configs): simplify module setup processThomas Vigouroux
2020-07-14Update documentation for new modules 'refactor'/'textobjects'Stephan Seitz
2020-07-14Add textobjects moduleStephan Seitz
2020-07-14Fix highlight of usages after merging highlight_current_scopeStephan Seitz
2020-07-13Add module refactor.highlight_current_scopeStephan Seitz
2020-07-13Add ts_utils.highlight_nodeStephan Seitz
2020-07-13Fix #167: Add custom_captures config key to set highlights for custom queriesStephan Seitz
2020-07-13Lint: remove second argument for one-argument functionStephan Seitz
2020-07-08fix(refactor): highlight def perf issue fixSteven Sojka
2020-07-07feat(configs): dynamic module defintionsSteven Sojka
2020-07-05Allow arbitrary query files in locals.luaStephan Seitz
2020-07-05Make luacheck happyStephan Seitz
2020-06-30fix ask installkiyan42
2020-06-30Define multiple query for a languagekiyan42
2020-06-30if/else in defining languageskiyan42
2020-06-30fix: remove goto statementskiyan42
2020-06-30update installer with sync and some fixeskiyan42
2020-06-30refactor(refactor): use higher local apis and some cleanupSteven Sojka
2020-06-30feat(refactor): add definition navigation moduleSteven Sojka
2020-06-30feat(refactor): add smart rename moduleSteven Sojka
2020-06-30feat(refactor): highlight usages moduleSteven Sojka
2020-06-29add used_by key to parserskiyan42
2020-06-27Merge pull request #102 from vigoux/fix-94Stephan Seitz
2020-06-26highlight: use custom highlight groupsThomas Vigouroux
2020-06-25continue installing if not reinstalling one parserkiyan42
2020-06-25install can take 'all' as parameterkiyan42
2020-06-25add command to install all parserskiyan42
2020-06-24fix(locals): compute locals after later tickSteven Sojka
2020-06-22rename and finish ft->lang migrationkiyan42
2020-06-21fix: separate queries with newlinesThomas Vigouroux
2020-06-21Fix bash parser urlSantos Gallegos
2020-06-21Merge pull request #90 from kyazdani42/fix/parser-names-as-filetypesKiyan Yazdani
2020-06-21Merge pull request #72 from doubleloop/pythonStephan Seitz
2020-06-21Updated python highlightsJakub Łuczyński
2020-06-20refactor: parser list and lang->ft/ft->langkiyan42
2020-06-19fix: declare parse names as their appropriate filetype and change clone urlkiyan42
2020-06-19add winnr to get_node_at_cursorkiyan42
2020-06-19refacto: remove buf_statekiyan42
2020-06-15Fixup: Introduce base languages for queriesStephan Seitz