mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(inko): indent call nodes
This ensures that when you add a new call line in the middle of a call
chain, the line is indented like so:
foo
.bar
.new_line_here
.baz
Instead of it being indented like so:
foo
.bar
.new_line_here
.baz
This commit is contained in:
parent
1be5aa99e3
commit
9e1cda4e71
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
(binary)
|
||||
(block)
|
||||
(bounds)
|
||||
(call)
|
||||
(cast)
|
||||
(class)
|
||||
(class_pattern)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue