5 lines
169 B
C
5 lines
169 B
C
#include <tree_sitter/api.h>
|
|
|
|
TSRange *ts_tree_get_changed_ranges(const TSTree *old_tree,
|
|
const TSTree *new_tree, uint32_t *length);
|