mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Fixed formatting
This commit is contained in:
parent
763e0e43f7
commit
0b10e96e0e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ end
|
|||
|
||||
function M.setup_commands(mod, commands)
|
||||
for command_name, def in pairs(commands) do
|
||||
local f_args = def.f_args or '<f-args>'
|
||||
local f_args = def.f_args or "<f-args>"
|
||||
local call_fn = string.format(
|
||||
"lua require'nvim-treesitter.%s'.commands.%s['run<bang>'](%s)",
|
||||
mod,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue