Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
|
extern fn tree_sitter_cpp() callconv(.c) *const anyopaque;
|
|
|
|
|
|
pub fn language() *const anyopaque {
|
|
|
return tree_sitter_cpp();
|
|
|
}
|