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/folds.scm | 4 ---- queries/gsp/folds.scm | 4 ++++ queries/gsp/highlights.scm | 9 +++++++++ queries/highlights.scm | 9 --------- 4 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 queries/folds.scm create mode 100644 queries/gsp/folds.scm create mode 100644 queries/gsp/highlights.scm delete mode 100644 queries/highlights.scm (limited to 'queries') diff --git a/queries/folds.scm b/queries/folds.scm deleted file mode 100644 index e15d359..0000000 --- a/queries/folds.scm +++ /dev/null @@ -1,4 +0,0 @@ -[ - (node) - (attribute_list) -] @fold 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 diff --git a/queries/highlights.scm b/queries/highlights.scm deleted file mode 100644 index ba33621..0000000 --- a/queries/highlights.scm +++ /dev/null @@ -1,9 +0,0 @@ -[">" "-" "=" "@"] @operator -["{" "}"] @tag.delimiter -(node_name) @tag -[ - (attribute_name) - (class_shorthand) - (id_shorthand) -] @tag.attribute -(attribute_value) @string -- cgit v1.2.3