nvim-treesitter/runtime/queries/bash/injections.scm

11 lines
263 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) @injection.content
2023-08-23 13:02:41 +03:00
(heredoc_end) @injection.language)
(#downcase! @injection.language))