nvim-treesitter/queries/bash/injections.scm
2023-08-12 17:34:15 +02:00

11 lines
333 B
Scheme

((comment) @injection.content
(#set! injection.language "comment"))
((regex) @injection.content
((redirected_statement
(heredoc_redirect
(heredoc_start) @injection.language))
(heredoc_body) @injection.content
(#offset! @injection.content 0 0 -1 0)
(#downcase! @injection.language))(#set! injection.language "regex"))