mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
fix(indents): indents for error block (css, lua) (#3207)
This commit is contained in:
parent
223a58bfca
commit
d7f06bfb13
6 changed files with 24 additions and 12 deletions
|
|
@ -10,3 +10,5 @@ else
|
|||
end
|
||||
x = 0
|
||||
end
|
||||
|
||||
if x > 2 then
|
||||
|
|
|
|||
3
tests/indent/lua/method_index_expr.lua
Normal file
3
tests/indent/lua/method_index_expr.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Node.new()
|
||||
:call()
|
||||
:build()
|
||||
Loading…
Add table
Add a link
Reference in a new issue