Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tree-sitter: Put base languages first in queries | Stephan Seitz | 2020-11-08 |
| | | | | | | | | This reverts the handling of base languages to the old way how nvim-treesitter handled them. When a language extends a base language it usually wants to be able to overwrite queries. Related: https://github.com/nvim-treesitter/nvim-treesitter/issues/633 | ||
* | fix(treesitter): account for no main query file | Steven Sojka | 2020-10-28 |
| | |||
* | treesitter: runtime queries | Thomas Vigouroux | 2020-10-11 |
| | | | | | | | | | | | | | Runtime queries just work like ftplugins, that is: - Queries in the `after` directory are sourced _after_ the "base" query - Otherwise, the last define query takes precedence. Queries can be found in the `queries` directory. Update runtime/lua/vim/treesitter/query.lua Co-authored-by: Paul Burlumi <paul@burlumi.com> | ||
* | treesitter: add string parser (#13008) | Thomas Vigouroux | 2020-09-30 |
| | |||
* | lint: just bit twiddlin' | Björn Linse | 2020-09-06 |
| | |||
* | treesitter: simplify match_preds | Thomas Vigouroux | 2020-09-06 |
| | |||
* | treesitter: use lua-match? instead of match? | Thomas Vigouroux | 2020-09-06 |
| | |||
* | treesitter: allow to list supported predicates | Thomas Vigouroux | 2020-09-04 |
| | |||
* | treesitter: avoid escaping complete query strings | Stephan Seitz | 2020-08-31 |
| | | | | | Escape "\\" only for `vim-match?` not for `match?` Fixes #12595 | ||
* | treesitter: allow to force predicate addition | Thomas Vigouroux | 2020-08-13 |
| | |||
* | treesitter: add predicate negation | Thomas Vigouroux | 2020-08-13 |
| | |||
* | treesitter: add and test vim-match? predicate | Thomas Vigouroux | 2020-08-13 |
| | |||
* | treesitter: add contains? predicate | Thomas Vigouroux | 2020-08-13 |
| | |||
* | treesitter(docs): update and refresh docs | Thomas Vigouroux | 2020-08-13 |
| | |||
* | treesitter: refactor and use lua regexes | Thomas Vigouroux | 2020-08-13 |