nvim-treesitter/tests/indent/hcl/multiple-attributes.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

4 lines
53 B
HCL

test {
x = ["foo", "bar"]
y = {"fizz": "buzz"}
}