pub fn process_highlights_with_inherits(
    strip_comment: &str,
    nvim_like: bool,
    lang_name: &str,
    base_dir: &str
) -> String
Expand 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.