nvim-treesitter/runtime/queries/htmldjango/injections.scm
2025-05-12 18:43:40 +02:00

9 lines
201 B
Scheme

([
(paired_comment)
(unpaired_comment)
] @injection.content
(#set! injection.language "comment"))
((content) @injection.content
(#set! injection.language "html")
(#set! injection.combined))