pub fn process_highlights(
strip_comment: &str,
nvim_like: bool,
src: &str,
) -> String
Expand description
Pre-process highlight queries.
See the crate docs for information on the parameters.
ยงPanics
The function panics if the query string cannot be parsed by rsexpr
.