aboutsummaryrefslogtreecommitdiff
path: root/queries
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-18 11:37:53 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-18 11:41:45 +0200
commitc549d8b3bbbade9ccb8c208295b35f5afbc7913b (patch)
tree7b7c926d498883a71706f2432f49a86bc3aad028 /queries
parent4b160d1b2119cd2007ea7a76d4baba56ad66b825 (diff)
Fix bug in highlighting queryv1.2.1
Diffstat (limited to 'queries')
-rw-r--r--queries/gsp/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/gsp/highlights.scm b/queries/gsp/highlights.scm
index 17e1134..5589083 100644
--- a/queries/gsp/highlights.scm
+++ b/queries/gsp/highlights.scm
@@ -1,6 +1,6 @@
[">" "-" "=" "@"] @operator
["{" "}"] @tag.delimiter
-((node (node_name @_name) (_))
+((node (node_name) @_name)
(#eq? @_name "/")) @comment
(node_name) @tag
[