mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add support for Common Lisp
This commit is contained in:
parent
89d464744b
commit
e197736061
5 changed files with 198 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue