From 3a3ed761881ac220b517c30e1e4596ecead4f354 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 14 Sep 2024 18:12:08 +0200 Subject: Fix queries for highlighting --- queries/gsp/highlights.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'queries') 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 -- cgit v1.2.3