aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter/query.lua
Commit message (Expand)AuthorAge
* 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
* treesitter(docs): update and refresh docsThomas Vigouroux2020-08-13
* treesitter: refactor and use lua regexesThomas Vigouroux2020-08-13