mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
Merge ee4086331e into c5871d9d87
This commit is contained in:
commit
669bb6f56b
1 changed files with 10 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
(identifier) @variable
|
((identifier) @variable
|
||||||
|
(#set! priority 99))
|
||||||
|
|
||||||
(int_literal) @number
|
(int_literal) @number
|
||||||
|
|
||||||
|
|
@ -116,6 +117,14 @@
|
||||||
"@"
|
"@"
|
||||||
"++"
|
"++"
|
||||||
"--"
|
"--"
|
||||||
|
"+="
|
||||||
|
"-="
|
||||||
|
"*="
|
||||||
|
"/="
|
||||||
|
"%="
|
||||||
|
"&="
|
||||||
|
"|="
|
||||||
|
"^="
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
(attribute
|
(attribute
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue