mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
indents(hcl): fix indentation queries
This commit adds tests for hcl indentation and fixes various bugs
This commit is contained in:
parent
91f912f2d1
commit
b1e8b61a94
9 changed files with 84 additions and 4 deletions
6
tests/indent/hcl/multiple-blocks.tf
Normal file
6
tests/indent/hcl/multiple-blocks.tf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
test {
|
||||
x = "foo"
|
||||
}
|
||||
test {
|
||||
y = "bar"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue