mirror of
https://github.com/neovim/neovim.git
synced 2026-01-25 06:06:03 +00:00
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.