diff options
-rw-r--r-- | queries/gsp/highlights.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/queries/gsp/highlights.scm b/queries/gsp/highlights.scm index 5589083..a15f087 100644 --- a/queries/gsp/highlights.scm +++ b/queries/gsp/highlights.scm @@ -1,7 +1,5 @@ [">" "-" "=" "@"] @operator ["{" "}"] @tag.delimiter -((node (node_name) @_name) - (#eq? @_name "/")) @comment (node_name) @tag [ (attribute_name) @@ -9,3 +7,4 @@ (id_shorthand) ] @tag.attribute (attribute_value) @string +(comment) @comment |