mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
Fixed a bug where Java enum body indentation was not correct
Added test for Java enum indentation
This commit is contained in:
parent
6fcf9b72ef
commit
1b47af43ce
3 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
[
|
||||
(class_declaration)
|
||||
(class_body)
|
||||
(enum_declaration)
|
||||
(enum_body)
|
||||
(constructor_declaration)
|
||||
(constructor_body)
|
||||
(block)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue