summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter
AgeCommit message (Collapse)Author
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-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
2020-11-25Only update outdated_parsers on TSUpdateStephan Seitz
2020-11-23fix: update interface following languagetree merge (#687)Thomas Vigouroux
2020-11-22Add @leo60228 as Nix maintainerleo60228
2020-11-18fix(predicates): Fix #446: highlight property only if not a methodStephan Seitz
2020-11-18feat(predicates): extend has-ancestor?, add has-parent?/has-type?Stephan Seitz
2020-11-17Make make-range! more relaxed (one of the arguments maybe nil)Stephan Seitz
2020-11-04Add initial clojure supportsogaiu
2020-11-03parser: only use parse to get a treeThomas Vigouroux
This will avoid using internal data.
2020-10-31feat(install): Enable installation of parser with repo.url as a local pathStephan Seitz
2020-10-30fix(languagetree): highlight children regardless of starting columnSteven Sojka
2020-10-28fix(#620): Fall into the "update-all" branch if lang is "all"BodneyC
2020-10-26Add virtual range for creating node-like objects from multiple nodesStephan Seitz
2020-10-26feat(install): add "maintained" option to only install maintained parsersStephan Seitz
Unmaintained parsers only give users little benefit but take sometimes a a long time to install (e.g. Markdown, Julia, Haskell parser). We could recommend to only install maintained parsers by default.
2020-10-24show [treesitter] during installkyazdani42
2020-10-24feat: add TSConfigInfo to display current configStephan Seitz
https://nvim-treesitter.zulipchat.com/#narrow/stream/252271-general/topic/Random/near/210929394
2020-10-22fix(markdown): remove from parser listThomas Vigouroux
Bye bye markdown
2020-10-22fix(markdown): disable highlightingThomas Vigouroux
The markdown scanner errors out far too often to be usable, disabling it by default would avoid many issues until those assertion errors are fixed.
2020-10-21LanguageTree: don't error when injecting a languageSantos Gallegos