From 161fef2166e851071176e2fdaa9455efb5af0a6d Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 12 Apr 2023 22:28:51 +0200 Subject: Add DTD language support (#6644) - Added syntax highlighting for the DTD subset of the XML spec. - Included .dtd and .ent as common file extensions--- runtime/queries/dtd/injections.scm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 runtime/queries/dtd/injections.scm (limited to 'runtime/queries/dtd/injections.scm') 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")) -- cgit v1.2.3-70-g09d2