Unnamed repository; edit this file 'description' to name the repository.
Fix: Svelte queries (#10487)
Clara Smyth 2024-04-17
parent 36ee9ba · commit 43dff1c
-rw-r--r--runtime/queries/svelte/highlights.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/queries/svelte/highlights.scm b/runtime/queries/svelte/highlights.scm
index 22b0c551..7ab72903 100644
--- a/runtime/queries/svelte/highlights.scm
+++ b/runtime/queries/svelte/highlights.scm
@@ -1,6 +1,11 @@
; Special identifiers
;--------------------
+(tag_name) @tag
+(attribute_name) @variable.other.member
+(erroneous_end_tag_name) @error
+(comment) @comment
+
; TODO:
((element (start_tag (tag_name) @_tag) (text) @markup.heading)
(#match? @_tag "^(h[0-9]|title)$"))
@@ -28,11 +33,6 @@
(quoted_attribute_value (attribute_value) @markup.link.url))
(#match? @_attr "^(href|src)$"))
-(tag_name) @tag
-(attribute_name) @variable.other.member
-(erroneous_end_tag_name) @error
-(comment) @comment
-
[
(attribute_value)
(quoted_attribute_value)