Constant tree_sitter_starlark::INJECTIONS_QUERY

source ยท
pub const INJECTIONS_QUERY: &str = "((call\n  function: (attribute\n\t  object: (identifier) @_re)\n  arguments: (argument_list (string) @regex))\n (#eq? @_re \"re\")\n (#match? @regex \"^r.*\"))\n\n(comment) @comment\n";
Expand description

The injection query for this language.