6ee8f55084
Co-Authored-By: Ashi Krishan <queerviolet@github.com>
20 lines
324 B
Python
20 lines
324 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "tree_sitter_html_binding",
|
|
"include_dirs": [
|
|
"<!(node -e \"require('nan')\")",
|
|
"src"
|
|
],
|
|
"sources": [
|
|
"src/parser.c",
|
|
"src/scanner.cc",
|
|
"src/binding.cc"
|
|
],
|
|
"cflags_c": [
|
|
"-std=c99",
|
|
]
|
|
}
|
|
]
|
|
}
|