mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
Added fix for incorrect Java indentation after a closing "}" in a method declaration
Added tests for Java indentation, including one for issue 2571
This commit is contained in:
parent
fb7a56548b
commit
b425a9c813
4 changed files with 36 additions and 0 deletions
|
|
@ -19,4 +19,9 @@
|
|||
"]"
|
||||
] @branch
|
||||
|
||||
[
|
||||
"}"
|
||||
")"
|
||||
] @indent_end
|
||||
|
||||
[(block_comment) (line_comment)] @ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue