nvim-treesitter/runtime/queries/hcl/injections.scm
Christian Clason 2db0d347fb fix: remove upstreamed directives
`#inject-lang!` and `#trim!`; fix `set-lang-from-mimetype`
2025-03-05 10:00:39 +01:00

6 lines
173 B
Scheme

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