tree-sitter-angular
Version:
Tree-sitter grammar for the Angular framework
33 lines (32 loc) • 624 B
JSON
{
"grammars": [
{
"name": "angular",
"camelcase": "Angular",
"scope": "source.angular",
"path": ".",
"file-types": ["component.html"]
}
],
"metadata": {
"version": "0.6.3",
"license": "MIT",
"description": "Tree-sitter grammar for the Angular framework",
"authors": [
{
"name": "Dennis van den Berg"
}
],
"links": {
"repository": "git+https://github.com/dlvandenberg/tree-sitter-angular.git"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true
}
}