aboutsummaryrefslogtreecommitdiffstats
path: root/queries/vue/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/vue/highlights.scm')
-rw-r--r--queries/vue/highlights.scm22
1 files changed, 2 insertions, 20 deletions
diff --git a/queries/vue/highlights.scm b/queries/vue/highlights.scm
index f16c189a1..093598b74 100644
--- a/queries/vue/highlights.scm
+++ b/queries/vue/highlights.scm
@@ -1,22 +1,13 @@
+; inherits: html_tags
+
[
- (component)
(template_element)
- (start_tag)
- (tag_name)
(directive_attribute)
(directive_dynamic_argument)
(directive_dynamic_argument_value)
(component)
- (end_tag)
] @tag
-(erroneous_end_tag_name) @error
-(attribute_name) @property
-(attribute_value) @string
-(quoted_attribute_value) @string
-(comment) @comment
-
-(text) @none
(element) @string
(interpolation) @punctuation.special
(interpolation
@@ -27,12 +18,3 @@
(directive_name)
(directive_argument)
] @method
-
-"=" @operator
-
-[
- "<"
- ">"
- "</"
- "/>"
- ] @tag.delimiter