diff options
author | Michael | 2023-04-12 20:28:51 +0000 |
---|---|---|
committer | GitHub | 2023-04-12 20:28:51 +0000 |
commit | 161fef2166e851071176e2fdaa9455efb5af0a6d (patch) | |
tree | 392a1241085ff5402bdb321bfbdbffc592b3c0d3 /runtime/queries/dtd/injections.scm | |
parent | fff8543b5809766608be14ee1a45f8b86f5a3de2 (diff) |
Add DTD language support (#6644)
- Added syntax highlighting for the DTD subset of the XML spec.
- Included .dtd and .ent as common file extensions
Diffstat (limited to 'runtime/queries/dtd/injections.scm')
-rw-r--r-- | runtime/queries/dtd/injections.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queries/dtd/injections.scm b/runtime/queries/dtd/injections.scm new file mode 100644 index 00000000..321c90ad --- /dev/null +++ b/runtime/queries/dtd/injections.scm @@ -0,0 +1,2 @@ +((comment) @injection.content + (#set! injection.language "comment")) |