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

11 lines
279 B
Scheme

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