Add missing punctuation in vala's highlight

This commit is contained in:
Mateus B. Melchiades 2022-02-11 13:30:19 -03:00 committed by Stephan Seitz
parent ad1bc3577c
commit 6e29323007

View file

@ -28,10 +28,13 @@
"}"
"("
")"
"["
"]"
] @punctuation.bracket
[
";"
":"
"."
","
"->"
@ -129,6 +132,7 @@
"&="
"^="
"??"
"="
] @operator
)