summaryrefslogtreecommitdiffstats
path: root/queries/ruby/injections.scm
blob: 381d96b2fa9419faa97449785457e91cf4518ee3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
((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"))