diff options
Diffstat (limited to 'runtime/queries/htmldjango/injections.scm')
| -rw-r--r-- | runtime/queries/htmldjango/injections.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/queries/htmldjango/injections.scm b/runtime/queries/htmldjango/injections.scm new file mode 100644 index 000000000..2d3bdb6cd --- /dev/null +++ b/runtime/queries/htmldjango/injections.scm @@ -0,0 +1,9 @@ +([ + (paired_comment) + (unpaired_comment) +] @injection.content + (#set! injection.language "comment")) + +((content) @injection.content + (#set! injection.language "html") + (#set! injection.combined)) |
