mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
indent(hcl): fix function calls
This commit is contained in:
parent
b1e8b61a94
commit
82e43748cf
4 changed files with 12 additions and 11 deletions
6
tests/indent/hcl/function_call.tf
Normal file
6
tests/indent/hcl/function_call.tf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
test {
|
||||
x = f(
|
||||
a,
|
||||
b,
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue