mirror of
https://github.com/elladunbar/tree-sitter-hy.git
synced 2025-11-05 14:59:55 -06:00
Initial commit
This commit is contained in:
commit
a0e03ddd73
31 changed files with 948 additions and 0 deletions
39
tree-sitter.json
Normal file
39
tree-sitter.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
|
||||
"grammars": [
|
||||
{
|
||||
"name": "hy",
|
||||
"camelcase": "Hy",
|
||||
"title": "Hy",
|
||||
"scope": "source.hy",
|
||||
"file-types": [
|
||||
"hy"
|
||||
],
|
||||
"injection-regex": "^hy$",
|
||||
"class-name": "TreeSitterHy"
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"version": "0.1.0",
|
||||
"license": "MIT",
|
||||
"description": "Hy grammar for tree-sitter",
|
||||
"authors": [
|
||||
{
|
||||
"name": "E Dunbar",
|
||||
"email": "evdunbar@protonmail.com"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"repository": "https://github.com/evdunbar/tree-sitter-hy"
|
||||
}
|
||||
},
|
||||
"bindings": {
|
||||
"c": true,
|
||||
"go": true,
|
||||
"node": true,
|
||||
"python": true,
|
||||
"rust": true,
|
||||
"swift": true,
|
||||
"zig": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue