mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
Format with stylua
CI is failing for stylua due to this.
This commit is contained in:
parent
d78fb79ed6
commit
1e5e028cb7
1 changed files with 1 additions and 3 deletions
|
|
@ -792,9 +792,7 @@ function M.available_parsers()
|
||||||
else
|
else
|
||||||
return vim.tbl_filter(function(p)
|
return vim.tbl_filter(function(p)
|
||||||
return not M.list[p].install_info.requires_generate_from_grammar
|
return not M.list[p].install_info.requires_generate_from_grammar
|
||||||
end, vim.tbl_keys(
|
end, vim.tbl_keys(M.list))
|
||||||
M.list
|
|
||||||
))
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue