tree-sitter-python
Version:
Python grammar for tree-sitter
43 lines (42 loc) • 837 B
JSON
{
"grammars": [
{
"name": "python",
"camelcase": "Python",
"scope": "source.python",
"path": ".",
"file-types": [
"py"
],
"highlights": "queries/highlights.scm",
"tags": "queries/tags.scm",
"injection-regex": "py"
}
],
"metadata": {
"version": "0.25.0",
"license": "MIT",
"description": "Python grammar for tree-sitter",
"authors": [
{
"name": "Max Brunsfeld",
"email": "maxbrunsfeld@gmail.com"
},
{
"name": "Amaan Qureshi",
"email": "amaanq12@gmail.com"
}
],
"links": {
"repository": "https://github.com/tree-sitter/tree-sitter-python"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true
}
}