[][src]Function tree_sitter_highlight::c_lib::ts_highlighter_highlight

#[no_mangle]pub extern "C" fn ts_highlighter_highlight(
    this: *const TSHighlighter,
    scope_name: *const c_char,
    source_code: *const c_char,
    source_code_len: u32,
    output: *mut TSHighlightBuffer,
    cancellation_flag: *const AtomicUsize
) -> ErrorCode