highlights(vala): add "=" and ":" to highlights

This commit is contained in:
Stephan Seitz 2022-01-29 18:36:57 +01:00
parent 461da95b7b
commit 7289e801f7

View file

@ -34,6 +34,7 @@
[ [
";" ";"
":"
"." "."
"," ","
"->" "->"
@ -127,6 +128,7 @@
"&=" "&="
"^=" "^="
"??" "??"
"="
] @operator ] @operator
) )