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

10 lines
263 B
Scheme

((comment) @injection.content
(#set! injection.language "comment"))
((regex) @injection.content
(#set! injection.language "regex"))
((heredoc_redirect
(heredoc_body) @injection.content
(heredoc_end) @injection.language)
(#downcase! @injection.language))