aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* Implement `TSToggleAll`.echasnovski2021-02-011-0/+20
|
* Implement `TSBufToggle`.echasnovski2021-02-011-0/+22
|
* parsers: change repo link of Elm parser to the new official repoStephan Seitz2021-02-011-1/+1
| | | | | Follow https://github.com/tree-sitter/tree-sitter/pull/907 and change the link of the Elm parser to the elm-tooling namespace.
* Add ledger parser, folds and highlights queriesCédric Barreteau2021-01-311-0/+8
|
* feat(query): add cache for get_query (#879)oberblastmeister2021-01-281-13/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added cached to get_query * added reload function * fixed message * added autocommand to reload cache on bufwrite for query file * pass filename to autocommand v:lua fn * removed comment * added metatable * fixed loop * Update lua/nvim-treesitter/query.lua Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> * Update lua/nvim-treesitter/query.lua Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> * added do ... end to local query_cache * made line shorter Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com>
* Fix "nth?" predicateStephan Seitz2021-01-201-3/+3
|
* indent: introduce @ignore to avoid indenting some nodes (e.g. comments)Jędrzej Boczar2021-01-141-3/+13
|
* indent: introduce @return to further tune indentation on `o`/`<cr>`Jędrzej Boczar2021-01-141-19/+20
|
* indent: improve behavior on `o`/`<cr>` in languages like PythonJędrzej Boczar2021-01-141-4/+17
|
* indent: fix wrong line number passed to descendant_for_rangeJędrzej Boczar2021-01-141-1/+1
|
* Revert "added attach async"Thomas Vigouroux2021-01-141-14/+3
|
* fix(highlight): fix detach functionThomas Vigouroux2021-01-141-6/+4
| | | | Fixes #798
* fix(highlight): remove unneeded query managementThomas Vigouroux2021-01-141-5/+1
|
* fixed not highlighting bugBrian Shu2021-01-082-14/+12
|
* removed async changedtickBrian Shu2021-01-081-1/+1
|
* async buf_attachBrian Shu2021-01-081-1/+1
|
* removed async changedtickBrian Shu2021-01-071-1/+1
|
* async buf_attachBrian Shu2021-01-071-1/+1
|
* added attach asyncBrian Shu2021-01-072-1/+14
|
* Add turtleBonaBeavis2021-01-051-0/+9
|
* indent fixeskiyan422021-01-041-11/+34
|
* Add maintainers for JuliaStephan Seitz2021-01-031-1/+2
|
* add gdscriptTJ DeVries2020-12-311-0/+9
|
* Add SPARQLBonaBeavis2020-12-301-0/+9
| | | | Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com>
* Remove deprecated highlightsdelphinus2020-12-211-2/+0
|
* fix(query): add noop handler for make-rangeSteven Sojka2020-12-181-3/+2
|
* fix: support shiftwidth for indents.Senghan Bright2020-12-161-1/+2
|
* [docgen] Update README.mdGithub Actions2020-12-121-6/+14
| | | | skip-checks: true
* Add fix for vim.fn.executable(vim.NIL)Stephan Seitz2020-12-121-1/+1
| | | | | | This might be a hard error in future: https://github.com/neovim/neovim/issues/13485 https://github.com/vim/vim/commit/7bb4e74c38642682cfdd0cb4052adfa5efdd7dd1
* Pin Erlang parserStephan Seitz2020-12-101-1/+1
|
* fix erlang parser installationOkan Esen2020-12-101-1/+2
|
* Add Erlang parser to listLeandro Ostera2020-12-101-0/+8
|
* Allow user configure parsers using metatablesLuis Carlos Cruz Carballo2020-12-091-12/+27
|
* fix: find parsers correctlyli2020-12-091-0/+2
| | | | Explicitely installed parsers will not be found implicitely
* typorockerBOO2020-12-071-1/+1
|
* cleanup: Add additional contextrockerBOO2020-12-071-1/+3
|
* docs: Update docs for missing groups, re-order alphabeticallyrockerBOO2020-12-071-38/+51
|
* Remove 'CI' guard (we can have now the newest version of nvim again)Stephan Seitz2020-12-071-2/+1
|
* add readme and more correct highlight capturesTormod Alf Try Tufteland2020-12-061-0/+1
|
* add kotlin parser and highligh-queriesTormod Alf Try Tufteland2020-12-061-0/+7
|
* Fix: Print message when TSUpdate has nothing to doStephan Seitz2020-11-291-4/+7
|
* feat: add graphql grammarBryan Kegley2020-11-271-0/+8
|
* Only update outdated_parsers on TSUpdateStephan Seitz2020-11-252-20/+66
|
* fix: make version check work on non-CI environmentsStephan Seitz2020-11-231-2/+1
|
* fix: update interface following languagetree merge (#687)Thomas Vigouroux2020-11-2310-202/+15
|
* Add @leo60228 as Nix maintainerleo602282020-11-221-1/+2
|
* fix(predicates): Fix #446: highlight property only if not a methodStephan Seitz2020-11-181-0/+1
|
* feat(predicates): extend has-ancestor?, add has-parent?/has-type?Stephan Seitz2020-11-181-6/+26
|
* Make make-range! more relaxed (one of the arguments maybe nil)Stephan Seitz2020-11-171-2/+2
|
* Add initial clojure supportsogaiu2020-11-041-0/+8
|