nvim-treesitter/queries/bash/injections.scm

14 lines
300 B
Scheme
Raw Normal View History

((comment) @injection.content
(#set! injection.language "comment"))
2022-11-26 14:27:21 +02:00
2023-08-23 13:02:41 +03:00
((regex) @injection.content
(#set! injection.language "regex"))
2023-08-11 15:24:48 +03:00
2023-08-23 13:02:41 +03:00
((heredoc_redirect
[
(heredoc_body)
(simple_heredoc_body)
] @injection.content
(heredoc_end) @injection.language)
(#downcase! @injection.language))