Function tree_sitter::ffi::ts_node_is_extra
source · pub unsafe extern "C" fn ts_node_is_extra(self_: TSNode) -> bool
Expand description
Check if the node is extra. Extra nodes represent things like comments, which are not required the grammar, but can appear anywhere.