mirror of https://github.com/Wilfred/difftastic/
30 lines
485 B
JSON
30 lines
485 B
JSON
{
|
|
"name": "tree-sitter-zig",
|
|
"version": "0.0.1",
|
|
"description": "zig grammar for tree-sitter",
|
|
"main": "bindings/node",
|
|
"keywords": [
|
|
"parsing",
|
|
"incremental"
|
|
],
|
|
"dependencies": {
|
|
"nan": "^2.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"tree-sitter-cli": "^0.20.1"
|
|
},
|
|
"scripts": {
|
|
"test": "tree-sitter test"
|
|
}
|
|
,
|
|
"tree-sitter": [
|
|
{
|
|
"scope": "source.zig",
|
|
"injection-regex": "zig",
|
|
"file-types": [
|
|
"zig"
|
|
]
|
|
}
|
|
]
|
|
}
|