injections.scm

 1((text) @injection.content
 2 (#set! injection.language "html")
 3 (#set! injection.combined))
 4
 5((comment) @injection.content
 6  (#match? @injection.content "^/\\*\\*[^*]")
 7  (#set! injection.language "phpdoc"))
 8
 9((heredoc_body) (heredoc_end) @injection.language) @injection.content
10
11((nowdoc_body) (heredoc_end) @injection.language) @injection.content