diff options
author | Matthew Toohey | 2022-10-29 20:41:28 +0000 |
---|---|---|
committer | GitHub | 2022-10-29 20:41:28 +0000 |
commit | f054a3f3ed445cdfa8c0dc63698659ef30af57b7 (patch) | |
tree | d4dd25e8d60a6c3b870f72b4b7b271dd4844adca /runtime/queries/xml/injections.scm | |
parent | 2935e9da197442620578e07d87cd0607ae4145f1 (diff) |
feat(lang): add xml (#4518)
Diffstat (limited to 'runtime/queries/xml/injections.scm')
-rw-r--r-- | runtime/queries/xml/injections.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queries/xml/injections.scm b/runtime/queries/xml/injections.scm new file mode 100644 index 00000000..321c90ad --- /dev/null +++ b/runtime/queries/xml/injections.scm @@ -0,0 +1,2 @@ +((comment) @injection.content + (#set! injection.language "comment")) |