mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
parsers: generate_requires_npm for commonlisp
This commit is contained in:
parent
c6c7e0435e
commit
945c93c1ad
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ list.commonlisp = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/theHamsta/tree-sitter-commonlisp",
|
url = "https://github.com/theHamsta/tree-sitter-commonlisp",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c" },
|
||||||
|
generate_requires_npm = true,
|
||||||
},
|
},
|
||||||
filetype = 'lisp',
|
filetype = 'lisp',
|
||||||
maintainers = {"@theHamsta"},
|
maintainers = {"@theHamsta"},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue