Corrected all your language name references

This commit is contained in:
Evan Dunbar 2024-09-25 18:03:22 -05:00
parent 8e99061065
commit 2a2ba3d4c3
22 changed files with 42 additions and 176 deletions

2
binding.gyp generated
View file

@ -1,7 +1,7 @@
{
"targets": [
{
"target_name": "tree_sitter_YOUR_LANGUAGE_NAME_binding",
"target_name": "tree_sitter_zanscript_binding",
"dependencies": [
"<!(node -p \"require('node-addon-api').targets\"):node_addon_api_except",
],