aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/dtd/injections.scm
diff options
context:
space:
mode:
authorMichael2023-04-12 20:28:51 +0000
committerGitHub2023-04-12 20:28:51 +0000
commit161fef2166e851071176e2fdaa9455efb5af0a6d (patch)
tree392a1241085ff5402bdb321bfbdbffc592b3c0d3 /runtime/queries/dtd/injections.scm
parentfff8543b5809766608be14ee1a45f8b86f5a3de2 (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.scm2
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"))