zed/gpui/grammars/context-predicate/binding.gyp
2021-03-09 19:33:19 -07:00

19 lines
311 B
Python

{
"targets": [
{
"target_name": "tree_sitter_context_predicate_binding",
"include_dirs": [
"<!(node -e \"require('nan')\")",
"src"
],
"sources": [
"src/parser.c",
"src/binding.cc"
],
"cflags_c": [
"-std=c99",
]
}
]
}