Files
cubit/tests/scratch.c
2025-08-30 16:07:19 +01:00

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);