chore: add tree-sitter.json

pull/874/head
Stephan Seitz 2025-03-15 18:49:22 +07:00 committed by Stephan Seitz
parent 68609dc822
commit 1808ba3764
1 changed files with 41 additions and 0 deletions

@ -0,0 +1,41 @@
{
"grammars": [
{
"name": "commonlisp",
"camelcase": "CommonLisp",
"scope": "source.cl",
"path": ".",
"file-types": [
"cl",
"lisp"
],
"highlights": [
"queries/highlights.scm"
],
"tags": [
"queries/tags.scm"
]
}
],
"metadata": {
"version": "0.4.0",
"license": "MIT",
"description": "Common Lisp grammar for tree-sitter",
"authors": [
{
"name": "Stephan Seitz"
}
],
"links": {
"repository": "git://github.com/tree-sitter-grammars/tree-sitter-commonlisp.git"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": false
}
}