aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/meson/highlights.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/queries/meson/highlights.scm b/queries/meson/highlights.scm
index 4f842b45b..7b7c75a9e 100644
--- a/queries/meson/highlights.scm
+++ b/queries/meson/highlights.scm
@@ -13,6 +13,12 @@
@punctuation.bracket
[
+ ":"
+ ","
+ "."
+] @punctuation.delimiter
+
+[
"and"
"not"
"or"
@@ -59,6 +65,9 @@
(list
variable: (identifier) @variable)
+(operatorunit
+ (identifier) @variable)
+
(formatunit
variable: (identifier) @variable)