mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -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
|
|
@ -84,7 +84,7 @@
|
||||||
"revision": "ea43db6830632fd3531b9cbc34a93502b0d4339a"
|
"revision": "ea43db6830632fd3531b9cbc34a93502b0d4339a"
|
||||||
},
|
},
|
||||||
"ledger": {
|
"ledger": {
|
||||||
"revision": "609d5e5ab5955823b3faeaec8d2afc91860c639a"
|
"revision": "d4a37df03a51e6949256773f43091cb8388eb6b2"
|
||||||
},
|
},
|
||||||
"lua": {
|
"lua": {
|
||||||
"revision": "b6d4e9e10ccb7b3afb45018fbc391b4439306b23"
|
"revision": "b6d4e9e10ccb7b3afb45018fbc391b4439306b23"
|
||||||
|
|
|
||||||
|
|
@ -170,7 +170,7 @@ local function run_install(cache_folder, install_folder, lang, repo, with_sync,
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if generate_from_grammar and vim.fn.executable('node') ~= 1 then
|
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
|
end
|
||||||
local cc = shell.select_executable(M.compilers)
|
local cc = shell.select_executable(M.compilers)
|
||||||
if not cc then
|
if not cc then
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,6 @@ list.ledger = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/cbarrete/tree-sitter-ledger",
|
url = "https://github.com/cbarrete/tree-sitter-ledger",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c" },
|
||||||
requires_generate_from_grammar = true,
|
|
||||||
},
|
},
|
||||||
maintainers = {"@cbarrete"},
|
maintainers = {"@cbarrete"},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue