aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/ruby/injections.scm
blob: 1a865df1969f4be8b940aebe777437edf9535db6 (plain) (blame)
1
2
3
4
5
6
7
8
((comment) @injection.content
 (#set! injection.language "comment"))

((heredoc_body 
  (heredoc_content) @injection.content
  (heredoc_end) @name
  (#set! injection.language "sql")) 
 (#eq? @name "SQL"))