mirror of https://github.com/Wilfred/difftastic/
23 lines
368 B
JSON
23 lines
368 B
JSON
{
|
|
"name": "tree-sitter-hcl",
|
|
"version": "0.2.0-snapshot",
|
|
"description": "",
|
|
"main": "bindings/node",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"nan": "^2.14.2",
|
|
"tree-sitter-cli": "^0.20.6"
|
|
},
|
|
"tree-sitter": [
|
|
{
|
|
"scope": "source.hcl",
|
|
"file-types": [
|
|
"hcl",
|
|
"tf",
|
|
"tfvars"
|
|
]
|
|
}
|
|
]
|
|
}
|