indents(lua): make ")" `@indent_end

Fixes #2476
This commit is contained in:
Stephan Seitz 2022-02-06 19:31:24 +01:00
parent 726d9be3aa
commit 5fd68ba0c2
3 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,6 @@
-- Issue #2476
require("treesitter").setup(
)
local table = {
}