93ec42d06e
Queries based on the neovims ones: https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries/hcl and modified for helix support.
13 lines
147 B
TOML
13 lines
147 B
TOML
indent = [
|
|
"object",
|
|
"block",
|
|
"tuple",
|
|
"for_tuple_expr",
|
|
"for_object_expr"
|
|
]
|
|
|
|
outdent = [
|
|
"object_end",
|
|
"block_end",
|
|
"tuple_end"
|
|
]
|