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ů.
 
 

5 řádky
129 B

extern fn tree_sitter_cpp() callconv(.c) *const anyopaque;
pub fn language() *const anyopaque {
return tree_sitter_cpp();
}