nvim-treesitter/queries/bash/injections.scm
2023-08-26 09:06:54 +00:00

10 lines
264 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))