summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-02-12Fix parser config for nixStephan Seitz
2021-02-11fix: remove debug print on query cache invalidationStephan Seitz
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"
2021-02-11HTML: improve highlights & injectionsSantos Gallegos
2021-02-10Remove second addition of supercolliderMads Kjeldgaard
2021-02-10Add supercollider supportMads Kjeldgaard
2021-02-10Add supercollider parser to list of parsersMads Kjeldgaard
2021-02-10Add devicetree parser with queries (#900)Jędrzej Boczar
* 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>
2021-02-04fixed #630yzia2000
2021-02-01Implement `TSToggleAll`.echasnovski
2021-02-01Implement `TSBufToggle`.echasnovski
2021-02-01parsers: change repo link of Elm parser to the new official repoStephan Seitz
Follow https://github.com/tree-sitter/tree-sitter/pull/907 and change the link of the Elm parser to the elm-tooling namespace.
2021-01-31Add ledger parser, folds and highlights queriesCédric Barreteau
2021-01-28feat(query): add cache for get_query (#879)oberblastmeister
* 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>
2021-01-20Fix "nth?" predicateStephan Seitz
2021-01-14indent: introduce @ignore to avoid indenting some nodes (e.g. comments)Jędrzej Boczar
2021-01-14indent: introduce @return to further tune indentation on `o`/`<cr>`Jędrzej Boczar
2021-01-14indent: improve behavior on `o`/`<cr>` in languages like PythonJędrzej Boczar
2021-01-14indent: fix wrong line number passed to descendant_for_rangeJędrzej Boczar
2021-01-14Revert "added attach async"Thomas Vigouroux
2021-01-14fix(highlight): fix detach functionThomas Vigouroux
Fixes #798
2021-01-14fix(highlight): remove unneeded query managementThomas Vigouroux
2021-01-08fixed not highlighting bugBrian Shu
2021-01-08removed async changedtickBrian Shu
2021-01-08async buf_attachBrian Shu
2021-01-07removed async changedtickBrian Shu
2021-01-07async buf_attachBrian Shu
2021-01-07added attach asyncBrian Shu
2021-01-05Add turtleBonaBeavis
2021-01-04indent fixeskiyan42
2021-01-03Add maintainers for JuliaStephan Seitz
2020-12-31add gdscriptTJ DeVries
2020-12-30Add SPARQLBonaBeavis
Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com>
2020-12-21Remove deprecated highlightsdelphinus
2020-12-18fix(query): add noop handler for make-rangeSteven Sojka
2020-12-16fix: support shiftwidth for indents.Senghan Bright
2020-12-12[docgen] Update README.mdGithub Actions
skip-checks: true
2020-12-12Add fix for vim.fn.executable(vim.NIL)Stephan Seitz
This might be a hard error in future: https://github.com/neovim/neovim/issues/13485 https://github.com/vim/vim/commit/7bb4e74c38642682cfdd0cb4052adfa5efdd7dd1
2020-12-10Pin Erlang parserStephan Seitz
2020-12-10fix erlang parser installationOkan Esen
2020-12-10Add Erlang parser to listLeandro Ostera
2020-12-09Allow user configure parsers using metatablesLuis Carlos Cruz Carballo
2020-12-09fix: find parsers correctlyli
Explicitely installed parsers will not be found implicitely
2020-12-07typorockerBOO
2020-12-07cleanup: Add additional contextrockerBOO
2020-12-07docs: Update docs for missing groups, re-order alphabeticallyrockerBOO
2020-12-07Remove 'CI' guard (we can have now the newest version of nvim again)Stephan Seitz
2020-12-06add readme and more correct highlight capturesTormod Alf Try Tufteland
2020-12-06add kotlin parser and highligh-queriesTormod Alf Try Tufteland
2020-11-29Fix: Print message when TSUpdate has nothing to doStephan Seitz
2020-11-27feat: add graphql grammarBryan Kegley