mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
indents(lua): use (comment) @auto
This commit is contained in:
parent
693dae241d
commit
a14970861c
3 changed files with 1 additions and 10 deletions
|
|
@ -11,9 +11,7 @@ local run = Runner:new(it, "tests/indent/lua", {
|
|||
describe("indent Lua:", function()
|
||||
describe("whole file:", function()
|
||||
run:whole_file(".", {
|
||||
expected_failures = {
|
||||
"./comment.lua",
|
||||
},
|
||||
expected_failures = {},
|
||||
})
|
||||
end)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue