From d32d5abb4abb7e22b91f105c3883f233e802cc20 Mon Sep 17 00:00:00 2001 From: TravonteD Date: Sat, 30 May 2020 10:50:03 -0400 Subject: Add html highlight queries --- queries/html/highlights.scm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 queries/html/highlights.scm (limited to 'queries/html') diff --git a/queries/html/highlights.scm b/queries/html/highlights.scm new file mode 100644 index 00000000..8caa0a73 --- /dev/null +++ b/queries/html/highlights.scm @@ -0,0 +1,14 @@ +(tag_name) @type +(erroneous_end_tag_name) @error +(doctype) @constant +(attribute_name) @property +(attribute_value) @string +(comment) @comment + +"=" @operator + +"<" @punctuation.bracket +">" @punctuation.bracket +"" @punctuation.bracket + -- cgit v1.2.3