Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/vue/highlights.scm')
-rw-r--r--runtime/queries/vue/highlights.scm15
1 files changed, 4 insertions, 11 deletions
diff --git a/runtime/queries/vue/highlights.scm b/runtime/queries/vue/highlights.scm
index 1d93832f..f90ae429 100644
--- a/runtime/queries/vue/highlights.scm
+++ b/runtime/queries/vue/highlights.scm
@@ -6,13 +6,9 @@
(attribute
(attribute_name) @attribute
- [(attribute_value) (quoted_attribute_value)]? @string)
-
-(directive_attribute
- (directive_name) @attribute
- (directive_argument)? @attribute
- (directive_modifiers)? @attribute
- [(attribute_value) (quoted_attribute_value)]? @string)
+ (quoted_attribute_value
+ (attribute_value) @string)
+)
(comment) @comment
@@ -22,7 +18,4 @@
"</"
"{{"
"}}"
- "/>"
-] @punctuation.bracket
-"=" @punctuation.delimiter
-
+] @punctuation.bracket \ No newline at end of file