mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
Added catchall (ERROR) @auto rule for Java to at least attempt something reasonable when the tree is in a broken state
This commit is contained in:
parent
e23f5d48be
commit
d71da4f63e
1 changed files with 2 additions and 0 deletions
|
|
@ -26,3 +26,5 @@
|
||||||
] @indent_end
|
] @indent_end
|
||||||
|
|
||||||
(line_comment) @ignore
|
(line_comment) @ignore
|
||||||
|
|
||||||
|
(ERROR) @auto
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue