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

10 lines
245 B
Scheme

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