aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter/query.lua
Commit message (Expand)AuthorAge
* docs: treesitter.add_directive, add_predicate #21206Ching Pei Yang2023-01-16
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* fix(query): fix unnatural order for inherits in treesitter queries (#20298)Sergey Berezhnoy2022-09-29
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* docs(treesitter): clean up and update treesitter.txt (#20142)Christian Clason2022-09-14
* fix(treesitter): prevent endless loop on self-inheritenceThomas Vigouroux2022-09-11
* fix(treesitter): use the right loading order for base queries (#20117)bfredl2022-09-08
* feat(treesitter)!: do not merge queries by default (#20105)Thomas Vigouroux2022-09-08
* Use weak tables in tree-sitter code (#17117)Thomas Vigouroux2022-09-07
* feat(treesitter): add opts.concat to query.get_text_nodeQuentin Rasmont2022-08-25
* fix(treesitter): don't error when node argument of predicate is nil (#19355)Stephan Seitz2022-07-14
* fix(treesitter): offset directive associates range with capture (#18276)Lewis Russell2022-05-28
* chore: format runtime with styluaChristian Clason2022-05-09
* docs: treesitter.txt - fix overflowing lines, document minimum_language_versi...Chinmay Dalal2022-02-13
* fix(query.lua): check empty table for lineskevinhwang912022-02-11
* perf(treesitter): cache query parsingStephan Seitz2022-01-06
* 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
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* docs(ts): add documentation for listing fnsThomas Vigouroux2021-07-25
* treesitter: add query.list_directivesStephan Seitz2021-07-24
* 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
* | Fix #14192: Handle IO errors and close files in query.luaStephan Seitz2021-04-02
|/
* ts: Add per-language query overridingTJ DeVries2021-03-30
* fix(treesitter): dedupe runtime file listSteven Sojka2021-03-23
* treesitter: small fixesSantos Gallegos2021-02-07
* 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
* tree-sitter: Put base languages first in queriesStephan Seitz2020-11-08
* fix(treesitter): account for no main query fileSteven Sojka2020-10-28
* treesitter: runtime queriesThomas Vigouroux2020-10-11
* treesitter: add string parser (#13008)Thomas Vigouroux2020-09-30
* lint: just bit twiddlin'Björn Linse2020-09-06
* treesitter: simplify match_predsThomas Vigouroux2020-09-06
* treesitter: use lua-match? instead of match?Thomas Vigouroux2020-09-06
* treesitter: allow to list supported predicatesThomas Vigouroux2020-09-04
* treesitter: avoid escaping complete query stringsStephan Seitz2020-08-31
* treesitter: allow to force predicate additionThomas Vigouroux2020-08-13
* treesitter: add predicate negationThomas Vigouroux2020-08-13
* treesitter: add and test vim-match? predicateThomas Vigouroux2020-08-13
* treesitter: add contains? predicateThomas Vigouroux2020-08-13