aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix parser config for nixStephan Seitz2021-02-121-1/+1
|
* fix: remove debug print on query cache invalidationStephan Seitz2021-02-111-1/+0
| | | | | | The message does not even provide any context where it's coming from and what it is exactly doing and has to be acknowledged when printed in conjunction with the "wrote xxx bytes message"
* HTML: improve highlights & injectionsSantos Gallegos2021-02-111-0/+1
|
* Remove second addition of supercolliderMads Kjeldgaard2021-02-101-9/+0
|
* Add supercollider supportMads Kjeldgaard2021-02-101-0/+1
|
* Add supercollider parser to list of parsersMads Kjeldgaard2021-02-101-0/+18
|
* Add devicetree parser with queries (#900)Jędrzej Boczar2021-02-101-0/+10
| | | | | | | | | | | | | | | | | | | | | * Add devicetree parser with queries * [docgen] Update README.md skip-checks: true * queries/devicetree: update highlight capture groups * minor fix in CONTRIBUTING.md * Revert "minor fix in CONTRIBUTING.md" This reverts commit 23622b49dbb9eace471e036c0f94fc64b5fda951. * queries/devicetree: add self as maintainer * [docgen] Update README.md skip-checks: true Co-authored-by: Github Actions <actions@github>
* fixed #630yzia20002021-02-041-0/+1
|
* 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
|