aboutsummaryrefslogtreecommitdiffstats
path: root/queries/ruby/injections.scm
blob: 7d8be5b23228aa7575a31074533c07b888ba8f1f (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"))