nvim-treesitter/runtime/queries/hcl/injections.scm
Christian Clason f13420ccff fix: remove upstreamed directives
`#inject-lang!` and `#trim!`; fix `set-lang-from-mimetype`
2025-05-12 18:43:40 +02:00

6 lines
173 B
Scheme

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