mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
fix(java): move @ to @attribute
This commit is contained in:
parent
168972a0d5
commit
b59a1fa075
1 changed files with 2 additions and 1 deletions
|
|
@ -35,14 +35,15 @@
|
|||
; Annotations
|
||||
|
||||
(annotation
|
||||
"@" @attribute
|
||||
name: (identifier) @attribute)
|
||||
(marker_annotation
|
||||
"@" @attribute
|
||||
name: (identifier) @attribute)
|
||||
|
||||
; Operators
|
||||
|
||||
[
|
||||
"@"
|
||||
"+"
|
||||
":"
|
||||
"++"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue