neovim/test/functional/treesitter
Christian Clason 97f38f0a9b fix(treesitter): do not link @error by default
The @error capture is used for tree-sitter's ERROR node, which indicates
a parsing error -- which can be quite frequent (and jarring) while typing.

Users can still manually `hi link @error Error` in their config.
2022-09-06 07:57:46 +02:00
..
highlight_spec.lua fix(treesitter): do not link @error by default 2022-09-06 07:57:46 +02:00
language_spec.lua ci(tests): don't skip parsers on functionaltest 2022-09-06 07:57:46 +02:00
node_spec.lua ci(tests): don't skip parsers on functionaltest 2022-09-06 07:57:46 +02:00
parser_spec.lua ci(tests): don't skip parsers on functionaltest 2022-09-06 07:57:46 +02:00
utils_spec.lua ci(tests): don't skip parsers on functionaltest 2022-09-06 07:57:46 +02:00