highlights(meson): delimiter and operatorunit

This commit is contained in:
Ananda Umamil 2022-09-07 00:40:23 +07:00 committed by Stephan Seitz
parent d6bad5aeea
commit 9b13872f19

View file

@ -12,6 +12,12 @@
]
@punctuation.bracket
[
":"
","
"."
] @punctuation.delimiter
[
"and"
"not"
@ -59,6 +65,9 @@
(list
variable: (identifier) @variable)
(operatorunit
(identifier) @variable)
(formatunit
variable: (identifier) @variable)