pub fn process_injections(
    strip_comment: &str,
    nvim_like: bool,
    src: &str
) -> String
Expand description

Pre-process injection queries.

See the crate docs for information on the parameters.

Panics

The function panics if the query string cannot be parsed by rsexpr.