mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
Add missing punctuation in vala's highlight
This commit is contained in:
parent
ad1bc3577c
commit
6e29323007
1 changed files with 4 additions and 0 deletions
|
|
@ -28,10 +28,13 @@
|
||||||
"}"
|
"}"
|
||||||
"("
|
"("
|
||||||
")"
|
")"
|
||||||
|
"["
|
||||||
|
"]"
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
[
|
[
|
||||||
";"
|
";"
|
||||||
|
":"
|
||||||
"."
|
"."
|
||||||
","
|
","
|
||||||
"->"
|
"->"
|
||||||
|
|
@ -129,6 +132,7 @@
|
||||||
"&="
|
"&="
|
||||||
"^="
|
"^="
|
||||||
"??"
|
"??"
|
||||||
|
"="
|
||||||
] @operator
|
] @operator
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue