Function tree_sitter::ffi::ts_parser_included_ranges
source · pub unsafe extern "C" fn ts_parser_included_ranges(
self_: *const TSParser,
count: *mut u32
) -> *const TSRange
Expand description
Get the ranges of text that the parser will include when parsing.
The returned pointer is owned by the parser. The caller should not free it
or write to it. The length of the array will be written to the given
count
pointer.