mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
highlights(vala): add "=" and ":" to highlights
This commit is contained in:
parent
461da95b7b
commit
7289e801f7
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
[
|
||||
";"
|
||||
":"
|
||||
"."
|
||||
","
|
||||
"->"
|
||||
|
|
@ -127,6 +128,7 @@
|
|||
"&="
|
||||
"^="
|
||||
"??"
|
||||
"="
|
||||
] @operator
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue