From 6b1b1089e87e2170cd3c2b44fabeb2d83e32f06c Mon Sep 17 00:00:00 2001 From: Julius Riegel Date: Sun, 19 Jun 2022 21:10:37 +0200 Subject: [PATCH] --- highlights.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 highlights.scm diff --git a/highlights.scm b/highlights.scm new file mode 100644 index 0000000..7266cfb --- /dev/null +++ b/highlights.scm @@ -0,0 +1,11 @@ +(attribute_name) @attribute +(attribute_value) @string +(comment) @comment +(cdata_sect) @special +(tag_name) @tag +[ + "version" + "encoding" + "standalone" +] @attribute +(xml_decl) @constant \ No newline at end of file