mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
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