diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 18:12:08 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 18:12:08 +0200 |
commit | 3a3ed761881ac220b517c30e1e4596ecead4f354 (patch) | |
tree | b30359a8a9e87b088231e97da5980f53d3559d5b | |
parent | cde4f74ed9dffa1415d9021c343eb599e8866b4d (diff) |
Fix queries for highlighting
-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 |