mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 19:03:30 +04:00
93ec42d06e
Queries based on the neovims ones: https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries/hcl and modified for helix support.
14 lines
147 B
TOML
14 lines
147 B
TOML
indent = [
|
|
"object",
|
|
"block",
|
|
"tuple",
|
|
"for_tuple_expr",
|
|
"for_object_expr"
|
|
]
|
|
|
|
outdent = [
|
|
"object_end",
|
|
"block_end",
|
|
"tuple_end"
|
|
]
|