chore(ffi): remove enum name prefixes from all C enum values
This commit is contained in:
parent
5921b36a75
commit
9cc1daafca
6 changed files with 57 additions and 58 deletions
|
|
@ -35,5 +35,6 @@ bindgen \
|
|||
--allowlist-function '^ts_.*' \
|
||||
--allowlist-var "^TREE_SITTER.*" \
|
||||
--blocklist-type '^__.*' \
|
||||
--no-prepend-enum-name \
|
||||
--no-copy "$no_copy" \
|
||||
$header_path > $output_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue