nvim-treesitter/runtime/queries/hcl/injections.scm
2023-09-09 16:16:51 +02:00

7 lines
207 B
Scheme

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