Add support for Common Lisp

This commit is contained in:
Stephan Seitz 2021-04-04 09:45:45 +02:00 committed by Stephan Seitz
parent 89d464744b
commit e197736061
5 changed files with 198 additions and 7 deletions

View file

@ -54,6 +54,15 @@ list.clojure = {
maintainers = {"@sogaiu"},
}
list.commonlisp = {
install_info = {
url = "~/projects/tree-sitter-commonlisp",
files = { "src/parser.c" },
},
filetype = 'lisp',
maintainers = {"@theHamsta"},
}
list.cpp = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-cpp",