nvim-treesitter/runtime/queries/hcl/injections.scm
Christian Clason bae24a51d7 fix: remove upstreamed directives
`#inject-lang!` and `#trim!`; fix `set-lang-from-mimetype`
2025-04-06 13:16:45 +02:00

6 lines
173 B
Scheme

((comment) @injection.content
(#set! injection.language "comment"))
(heredoc_template
(template_literal) @injection.content
(heredoc_identifier) @injection.language)