mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -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 = {
|
||||
url = "https://github.com/theHamsta/tree-sitter-commonlisp",
|
||||
files = { "src/parser.c" },
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
filetype = 'lisp',
|
||||
maintainers = {"@theHamsta"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue