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.bracket
[
":"
","
"."
] @punctuation.delimiter
[ [
"and" "and"
"not" "not"
@ -59,6 +65,9 @@
(list (list
variable: (identifier) @variable) variable: (identifier) @variable)
(operatorunit
(identifier) @variable)
(formatunit (formatunit
variable: (identifier) @variable) variable: (identifier) @variable)