feat: add janet_simple

This commit is contained in:
sogaiu 2023-04-22 22:18:01 +09:00 committed by Amaan Qureshi
parent 54909e8df9
commit 93b540f917
6 changed files with 317 additions and 0 deletions

View file

@ -703,6 +703,15 @@ list.ini = {
experimental = true,
}
list.janet_simple = {
install_info = {
url = "https://github.com/sogaiu/tree-sitter-janet-simple",
files = { "src/parser.c", "src/scanner.c" },
},
filetype = "janet",
maintainers = { "@sogaiu" },
}
list.java = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-java",