diff options
-rw-r--r-- | queries/highlights.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/queries/highlights.scm b/queries/highlights.scm new file mode 100644 index 0000000..ba33621 --- /dev/null +++ b/queries/highlights.scm @@ -0,0 +1,9 @@ +[">" "-" "=" "@"] @operator +["{" "}"] @tag.delimiter +(node_name) @tag +[ + (attribute_name) + (class_shorthand) + (id_shorthand) +] @tag.attribute +(attribute_value) @string |