nvim-treesitter/lua
Stephan Seitz 77fc8cd9e7 Add strip! directive for queries
The strip! directive is implemented in the tree-sitter tags crate in
the main tree-sitter repo
(de53b82e2c/tags/src/lib.rs (L167)).
It is used specifically for tag extraction to shrink the range of a node
(or better the text of a node).

For our textobjects queries the strip! directive might be use full since
it allows us to strip aways whitespaces and leading/trailing characters.
2020-07-05 21:16:34 +02:00
..
nvim-treesitter Add strip! directive for queries 2020-07-05 21:16:34 +02:00
nvim-treesitter.lua add used_by key to parsers 2020-06-29 17:18:22 +02:00