mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
fix(indent/lua): wrong for nested tables due to branch on opening pairs
This commit is contained in:
parent
ab372a88ef
commit
717fef738b
3 changed files with 8 additions and 3 deletions
|
|
@ -24,13 +24,10 @@
|
|||
(function_call))) @dedent
|
||||
|
||||
[
|
||||
"do"
|
||||
"end"
|
||||
"then"
|
||||
"until"
|
||||
"{"
|
||||
"}"
|
||||
"("
|
||||
")"
|
||||
"elseif"
|
||||
(elseif_statement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue