nvim-treesitter/tests/indent/hcl/multiple-blocks.tf
Michael Hoffmann b1e8b61a94 indents(hcl): fix indentation queries
This commit adds tests for hcl indentation and fixes various bugs
2022-04-24 18:57:30 +02:00

6 lines
42 B
HCL

test {
x = "foo"
}
test {
y = "bar"
}