aboutsummaryrefslogtreecommitdiff
path: root/queries/gsp/highlights.scm
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-18 11:07:53 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-18 11:35:24 +0200
commit4b160d1b2119cd2007ea7a76d4baba56ad66b825 (patch)
treea6c5d491c8306304cc9ec112ffedcae4ff6bced3 /queries/gsp/highlights.scm
parent1f10ff9a6039a50e2f7be394fc22b1400832cf17 (diff)
Support comments… sortav1.2.0
Diffstat (limited to 'queries/gsp/highlights.scm')
-rw-r--r--queries/gsp/highlights.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/queries/gsp/highlights.scm b/queries/gsp/highlights.scm
index ba33621..17e1134 100644
--- a/queries/gsp/highlights.scm
+++ b/queries/gsp/highlights.scm
@@ -1,5 +1,7 @@
[">" "-" "=" "@"] @operator
["{" "}"] @tag.delimiter
+((node (node_name @_name) (_))
+ (#eq? @_name "/")) @comment
(node_name) @tag
[
(attribute_name)