| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
treesitter: avoid escaping complete query strings
|
| |
| |
| |
| |
| | |
Escape "\\" only for `vim-match?` not for `match?`
Fixes #12595
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Test this using treesitter highlighting, which is based on this
old_byte_size.
|
| |
|
|
|
|
| |
fixup! treesitter: fix lint
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Since tree-sitter PR 615, predicates are not parsed the same.
"Old" way of writing predicates is still supported.
|
| |
|
| |
|
|
|
|
| |
[skip.lint]
|
|
|
|
| |
ref #11271
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|