Skip to main content

ts_language_subtypes

Function ts_language_subtypes 

Source
pub unsafe extern "C" fn ts_language_subtypes(
    self_: *const TSLanguage,
    supertype: u16,
    length: *mut u32,
) -> *const u16
Expand description

Get a list of all subtype symbol ids for a given supertype symbol.

See ts_language_supertypes for fetching all supertype symbols.