aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/queries/vue/highlights.scm10
1 files changed, 9 insertions, 1 deletions
diff --git a/runtime/queries/vue/highlights.scm b/runtime/queries/vue/highlights.scm
index 66b7ea61e..173908b5a 100644
--- a/runtime/queries/vue/highlights.scm
+++ b/runtime/queries/vue/highlights.scm
@@ -5,7 +5,15 @@
"]"
] @punctuation.bracket
-(interpolation) @punctuation.special
+[
+ ":"
+ "."
+] @punctuation.delimiter
+
+[
+ (interpolation)
+ "@"
+] @punctuation.special
(interpolation
(raw_text) @none)