neovim/test/functional/treesitter
Stephan Seitz 8ab5ec4aaa
feat(tree-sitter): allow Atom-style capture fallbacks (#14196)
This allows falling back to `@definition` when we have no mapping
`@definition.fancy-specialization`.

This behavior is described in tree-sitter's documentation
(https://tree-sitter.github.io/tree-sitter/syntax-highlighting#theme).

Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/738
2022-02-16 19:38:19 +01:00
..
highlight_spec.lua feat(tree-sitter): allow Atom-style capture fallbacks (#14196) 2022-02-16 19:38:19 +01:00
language_spec.lua feat(ts): include parser ABI version in checkhealth 2021-04-06 19:02:58 +02:00
node_spec.lua feat(treesitter): add next, prev sibling method 2021-08-20 11:58:15 -04:00
parser_spec.lua fix: append test for checking zero width node range 2022-02-11 20:59:47 +08:00