aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter
Commit message (Expand)AuthorAge
* feat(treesitter): multiline match predicatesLewis Russell2021-12-12
* feat(ts): add support for multiline nodes in get_node_text (#14999)Mathias Fußenegger2021-12-12
* chore: fix typos (#16361)dundargoc2021-11-27
* fix(healthcheck): update builtins to the new convention #15914Javier Lopez2021-10-05
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* perf(treesitter): avoid string lookup of highlight name in hot loopBjörn Linse2021-08-19
* chore: remove reference to nvim-treesitter in commentStephan Seitz2021-08-06
* fix(treesitter): do not map hl_group when no mapping is setStephan Seitz2021-08-06
* docs(ts): add documentation for listing fnsThomas Vigouroux2021-07-25
* treesitter: add query.list_directivesStephan Seitz2021-07-24
* feat(treesitter): allow to set highlight priority for queriesStephan Seitz2021-07-22
* treesitter: add predicate "any-of?" (#14344)Raymond W. Ko2021-05-14
* treesitter: do not escape in match? (#14382)Stephan Seitz2021-05-11
* Merge pull request #14418 from DerekStride/treesitter-set-directiveThomas Vigouroux2021-05-03
|\
| * Ensure there is a nested table allocated for #set!derekstride2021-04-27
* | docs: Treesitter (#13260)TJ DeVries2021-05-01
|/
* Merge pull request #14046 from nvim-treesitter/feature/language-tree-directiv...Thomas Vigouroux2021-04-14
|\
| * feat(treesitter): allow injections to be configured through directivesSteven Sojka2021-04-02
* | Merge pull request #14200 from teto/treesitter-checkhealthMarco Hinz2021-04-07
|\ \
| * | fix(ts): move checkhealth in runtime/vimThomas Vigouroux2021-04-06
* | | Fix #14192: Handle IO errors and close files in query.luaStephan Seitz2021-04-02
| |/ |/|
* | Merge pull request #14218 from steelsojka/bugfix/check-queries-existThomas Vigouroux2021-04-02
|\ \ | |/ |/|
| * fix(treesitter): check highlight queries existSteven Sojka2021-03-26
* | ts: Add per-language highlight linksTJ DeVries2021-03-31
* | ts: Add per-language query overridingTJ DeVries2021-03-30
* | fix(treesitter): dedupe runtime file listSteven Sojka2021-03-23
|/
* fix: treesitter languagetree crash when using telescope buffer previewer (#13...Simon Hauser2021-02-23
* buffer updates: add on_reload callback and handle it in treesitter parserBjörn Linse2021-02-10
* treesitter: propagate on_detach event properlyBjörn Linse2021-02-10
* treesitter: small fixesSantos Gallegos2021-02-07
* fix(languagetree): use tree nodes instead of regions in containsSteven Sojka2021-01-20
* treesitter: Fix linter warning and add helper function to remove duplicated l...“jvgrootveld”2021-01-18
* treesitter: default start and end row when omitted“jvgrootveld”2021-01-15
* treesitter: simplify query reading logicBjörn Linse2021-01-04
* feat(treesitter): add offset predicate for language injectionSteven Sojka2020-12-15
* Merge pull request #13450 from nvim-treesitter/fix-unknown-language-parserThomas Vigouroux2020-12-10
|\
| * fix(treesitter): don't throw an error for missing injected langsSteven Sojka2020-12-04
* | fix(treesitter): incorrect method name callSteven Sojka2020-12-04
|/
* Merge pull request #13357 from vigoux/luahl-priorityBjörn Linse2020-11-25
|\
| * feat(luahl): add priority mechanismThomas Vigouroux2020-11-25
* | languagetree: call changedtree callback per treeThomas Vigouroux2020-11-24
* | fix(treesitter): allow ranges in set_included_rangesThomas Vigouroux2020-11-23
|/
* feat(treesitter): add language treeSteven Sojka2020-11-23
* tree-sitter: Put base languages first in queriesStephan Seitz2020-11-08
* Merge pull request #13178 from steelsojka/fix-empty-main-query-fileThomas Vigouroux2020-11-02
|\
| * fix(treesitter): account for no main query fileSteven Sojka2020-10-28
* | treesitter: add node:id()Björn Linse2020-11-01
|/
* treesitter: allow multiple highlighters per bufferThomas Vigouroux2020-10-12
* treesitter: allow custom parser for highlighterThomas Vigouroux2020-10-12
* treesitter: runtime queriesThomas Vigouroux2020-10-11