From aa3cdab28d515f5277cb0f7f204281f6f071bb67 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 9 Nov 2023 22:17:11 +0100 Subject: Move queries into a subdirectory --- queries/gsp/folds.scm | 4 ++++ queries/gsp/highlights.scm | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 queries/gsp/folds.scm create mode 100644 queries/gsp/highlights.scm (limited to 'queries/gsp') diff --git a/queries/gsp/folds.scm b/queries/gsp/folds.scm new file mode 100644 index 0000000..e15d359 --- /dev/null +++ b/queries/gsp/folds.scm @@ -0,0 +1,4 @@ +[ + (node) + (attribute_list) +] @fold diff --git a/queries/gsp/highlights.scm b/queries/gsp/highlights.scm new file mode 100644 index 0000000..ba33621 --- /dev/null +++ b/queries/gsp/highlights.scm @@ -0,0 +1,9 @@ +[">" "-" "=" "@"] @operator +["{" "}"] @tag.delimiter +(node_name) @tag +[ + (attribute_name) + (class_shorthand) + (id_shorthand) +] @tag.attribute +(attribute_value) @string -- cgit v1.2.3