pub fn process_highlights_with_inherits(
strip_comment: &str,
nvim_like: bool,
lang_name: &str,
base_dir: &str,
) -> StringExpand description
Pre-process highlight queries with support for ; inherits <lang> comments.
See the crate docs for information on the parameters.
ยงPanics
The function panics if any query file cannot be parsed by rsexpr.