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