Constant tree_sitter_php::INJECTIONS_QUERY
source · pub const INJECTIONS_QUERY: &str = "((comment) @injection.content\n (#set! injection.language \"phpdoc\"))\n\n(heredoc\n (heredoc_body) @injection.content\n (heredoc_end) @injection.language)\n\n(nowdoc\n (nowdoc_body) @injection.content\n (heredoc_end) @injection.language)\n";Expand description
The injection query for PHP.