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
3
tests/indent/java/class_with_annotation.java
Normal file
3
tests/indent/java/class_with_annotation.java
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
@Nothing
|
||||
public class Testo {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue