mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -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
|
||||
return vim.tbl_filter(function(p)
|
||||
return not M.list[p].install_info.requires_generate_from_grammar
|
||||
end, vim.tbl_keys(
|
||||
M.list
|
||||
))
|
||||
end, vim.tbl_keys(M.list))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue