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

11 lines
245 B
Scheme
Raw Normal View History

((comment) @injection.content
(#set! injection.language "comment"))
(heredoc_body
(heredoc_content) @injection.content
2023-08-11 17:07:47 +02:00
(heredoc_end) @injection.language)
2022-11-26 14:27:21 +02:00
(regex
(string_content) @injection.content
(#set! injection.language "regex"))