aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/glimmer/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/glimmer/highlights.scm b/queries/glimmer/highlights.scm
index df4420234..e709f1c71 100644
--- a/queries/glimmer/highlights.scm
+++ b/queries/glimmer/highlights.scm
@@ -14,7 +14,7 @@
; == Mustache Statements ===
; Hightlight the whole statement, to color brackets and separators
-(mustache_statement) @tag
+(mustache_statement) @tag.delimiter
; Generic identifiers are variables
(identifier) @variable
@@ -33,4 +33,4 @@
">"
"</"
"/>"
-] @tag
+] @tag.delimiter