mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
parent
caf275382f
commit
fa611f612a
3 changed files with 17 additions and 4 deletions
|
|
@ -75,6 +75,8 @@ describe("indent JavaScript:", function()
|
|||
{ 9, 2 },
|
||||
{ 12, 2 },
|
||||
{ 13, 0 },
|
||||
{ 16, 0 },
|
||||
{ 19, 2 },
|
||||
} do
|
||||
run:new_line("ecma/if_else.js", { on_line = info[1], text = "hello()", indent = info[2] }, info[3], info[4])
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue