mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
Remove requires_generate_from_grammar for ledger
This commit is contained in:
parent
25ee877b62
commit
b9470e30b9
3 changed files with 2 additions and 3 deletions
|
|
@ -170,7 +170,7 @@ local function run_install(cache_folder, install_folder, lang, repo, with_sync,
|
|||
return
|
||||
end
|
||||
if generate_from_grammar and vim.fn.executable('node') ~= 1 then
|
||||
api.nvim_err_writeln('node JS not found: `node` is not executable!')
|
||||
api.nvim_err_writeln('Node JS not found: `node` is not executable!')
|
||||
end
|
||||
local cc = shell.select_executable(M.compilers)
|
||||
if not cc then
|
||||
|
|
|
|||
|
|
@ -76,7 +76,6 @@ list.ledger = {
|
|||
install_info = {
|
||||
url = "https://github.com/cbarrete/tree-sitter-ledger",
|
||||
files = { "src/parser.c" },
|
||||
requires_generate_from_grammar = true,
|
||||
},
|
||||
maintainers = {"@cbarrete"},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue