tree-sitter-bp/binding.gyp
Bruno BELANYI ebb642cb14
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Rename to 'tree-sitter-bp'
This is really just to simplify my life and align with the Vim/NeoVim
filetype name.
2024-04-10 15:32:37 +00:00

20 lines
373 B
Python

{
"targets": [
{
"target_name": "tree_sitter_bp_binding",
"include_dirs": [
"<!(node -e \"require('nan')\")",
"src"
],
"sources": [
"bindings/node/binding.cc",
"src/parser.c",
# If your language uses an external scanner, add it here.
],
"cflags_c": [
"-std=c99",
]
}
]
}