mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -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
|
; Annotations
|
||||||
|
|
||||||
(annotation
|
(annotation
|
||||||
|
"@" @attribute
|
||||||
name: (identifier) @attribute)
|
name: (identifier) @attribute)
|
||||||
(marker_annotation
|
(marker_annotation
|
||||||
|
"@" @attribute
|
||||||
name: (identifier) @attribute)
|
name: (identifier) @attribute)
|
||||||
|
|
||||||
; Operators
|
; Operators
|
||||||
|
|
||||||
[
|
[
|
||||||
"@"
|
|
||||||
"+"
|
"+"
|
||||||
":"
|
":"
|
||||||
"++"
|
"++"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue