pub unsafe extern "C" fn ts_language_name(
self_: *const TSLanguage,
) -> *const c_char
Expand description
Get the name of this language. This returns NULL
in older parsers.
pub unsafe extern "C" fn ts_language_name(
self_: *const TSLanguage,
) -> *const c_char
Get the name of this language. This returns NULL
in older parsers.