Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/xml/highlights.scm')
| -rw-r--r-- | runtime/queries/xml/highlights.scm | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/runtime/queries/xml/highlights.scm b/runtime/queries/xml/highlights.scm deleted file mode 100644 index d5940c8a..00000000 --- a/runtime/queries/xml/highlights.scm +++ /dev/null @@ -1,42 +0,0 @@ -(comment) @comment - -[ - "DOCTYPE" - "ELEMENT" - "ATTLIST" -] @keyword - -[ - "#REQUIRED" - "#IMPLIED" - "#FIXED" - "#PCDATA" -] @keyword.directive - -[ - "EMPTY" - "ANY" - "SYSTEM" - "PUBLIC" -] @constant - -(doctype) @variable -(element_name) @variable - -"xml" @tag -(tag_name) @tag - -[ - "encoding" - "version" - "standalone" -] @attribute -(attribute_name) @attribute - -(system_literal) @string -(pubid_literal) @string -(attribute_value) @string - -[ - "<" ">" "</" "/>" "<?" "?>" "<!" -] @punctuation.bracket |