mirror of https://github.com/Wilfred/difftastic/
chore: add tree-sitter.json
parent
68609dc822
commit
1808ba3764
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue