language detection (for tree-sitter cli, etc)

syntax_id
Anton Vodonosov 2023-05-29 02:56:59 +07:00 committed by Stephan Seitz
parent c7e814975a
commit 9879b6dcd0
1 changed files with 8 additions and 0 deletions

@ -2,6 +2,14 @@
"name": "tree-sitter-commonlisp",
"version": "0.3.0",
"description": "Tree-sitter grammar for Common Lisp",
"tree-sitter": [
{
"scope": "source.lisp",
"file-types": [
"lisp"
]
}
],
"main": "bindings/node",
"scripts": {
"test": "tree-sitter generate && tree-sitter test"