chore: remove comment

This commit is contained in:
2026-05-17 07:17:28 +02:00
parent bc37f8290c
commit 83fa4442d4
-4
View File
@@ -1,7 +1,3 @@
; All non-tag content is HTML. injection.combined concatenates every
; content node so an HTML tag opened in one chunk can close in another
; (across a {block:Foo}...{/block:Foo}). HTML's own injection queries
; then take over for <style> and <script>, giving us CSS and JS for free.
((content) @injection.content ((content) @injection.content
(#set! injection.language "html") (#set! injection.language "html")
(#set! injection.combined)) (#set! injection.combined))