1
Files
flake-nixinator/config/neovim/store/nvim-treesitter/queries/ruby/injections.scm

12 lines
280 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"))