summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/treesitter
AgeCommit message (Expand)AuthorFiles
2021-08-19perf(treesitter): avoid string lookup of highlight name in hot loopBjörn Linse1
2021-08-06chore: remove reference to nvim-treesitter in commentStephan Seitz1
2021-08-06fix(treesitter): do not map hl_group when no mapping is setStephan Seitz1
2021-07-25docs(ts): add documentation for listing fnsThomas Vigouroux1
2021-07-24treesitter: add query.list_directivesStephan Seitz1
2021-07-22feat(treesitter): allow to set highlight priority for queriesStephan Seitz1
2021-05-14treesitter: add predicate "any-of?" (#14344)Raymond W. Ko1
2021-05-11treesitter: do not escape in match? (#14382)Stephan Seitz1
2021-05-03Merge pull request #14418 from DerekStride/treesitter-set-directiveThomas Vigouroux1
2021-05-01docs: Treesitter (#13260)TJ DeVries5
2021-04-27Ensure there is a nested table allocated for #set!derekstride1
2021-04-14Merge pull request #14046 from nvim-treesitter/feature/language-tree-directiv...Thomas Vigouroux2
2021-04-07Merge pull request #14200 from teto/treesitter-checkhealthMarco Hinz1
2021-04-06fix(ts): move checkhealth in runtime/vimThomas Vigouroux1
2021-04-02feat(treesitter): allow injections to be configured through directivesSteven Sojka2
2021-04-02Fix #14192: Handle IO errors and close files in query.luaStephan Seitz1
2021-04-02Merge pull request #14218 from steelsojka/bugfix/check-queries-existThomas Vigouroux1
2021-03-31ts: Add per-language highlight linksTJ DeVries1
2021-03-30ts: Add per-language query overridingTJ DeVries1
2021-03-26fix(treesitter): check highlight queries existSteven Sojka1
2021-03-23fix(treesitter): dedupe runtime file listSteven Sojka1
2021-02-23fix: treesitter languagetree crash when using telescope buffer previewer (#13...Simon Hauser1
2021-02-10buffer updates: add on_reload callback and handle it in treesitter parserBjörn Linse1
2021-02-10treesitter: propagate on_detach event properlyBjörn Linse2
2021-02-07treesitter: small fixesSantos Gallegos3
2021-01-20fix(languagetree): use tree nodes instead of regions in containsSteven Sojka1
2021-01-18treesitter: Fix linter warning and add helper function to remove duplicated l...“jvgrootveld”1
2021-01-15treesitter: default start and end row when omitted“jvgrootveld”1
2021-01-04treesitter: simplify query reading logicBjörn Linse1
2020-12-15feat(treesitter): add offset predicate for language injectionSteven Sojka2
2020-12-10Merge pull request #13450 from nvim-treesitter/fix-unknown-language-parserThomas Vigouroux2
2020-12-04fix(treesitter): don't throw an error for missing injected langsSteven Sojka2
2020-12-04fix(treesitter): incorrect method name callSteven Sojka1
2020-11-25Merge pull request #13357 from vigoux/luahl-priorityBjörn Linse1
2020-11-25feat(luahl): add priority mechanismThomas Vigouroux1
2020-11-24languagetree: call changedtree callback per treeThomas Vigouroux1
2020-11-23fix(treesitter): allow ranges in set_included_rangesThomas Vigouroux1
2020-11-23feat(treesitter): add language treeSteven Sojka2
2020-11-08tree-sitter: Put base languages first in queriesStephan Seitz1
2020-11-02Merge pull request #13178 from steelsojka/fix-empty-main-query-fileThomas Vigouroux1
2020-11-01treesitter: add node:id()Björn Linse1
2020-10-28fix(treesitter): account for no main query fileSteven Sojka1
2020-10-12treesitter: allow multiple highlighters per bufferThomas Vigouroux1
2020-10-12treesitter: allow custom parser for highlighterThomas Vigouroux1
2020-10-11treesitter: runtime queriesThomas Vigouroux2
2020-10-10api: multiple decoration providers at onceBjörn Linse1
2020-09-30treesitter: add string parser (#13008)Thomas Vigouroux1
2020-09-13luahl: global the luahlBjörn Linse1
2020-09-13fix: use luahl in treesitterThomas Vigouroux1
2020-09-09wip trying to fix the highlighterThomas Vigouroux1