mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Fixed a bug where indentation was not correct for class/enum bodies that had an annotation
This commit is contained in:
parent
1b47af43ce
commit
18c558fd92
4 changed files with 8 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
[
|
||||
(class_declaration)
|
||||
(class_body)
|
||||
(enum_declaration)
|
||||
(enum_body)
|
||||
(constructor_declaration)
|
||||
(constructor_body)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue