mirror of
https://github.com/helix-editor/helix
synced 2026-08-14 17:34:18 +02:00
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
INI
14 lines
147 B
INI
indent = [
|
|
"object",
|
|
"block",
|
|
"tuple",
|
|
"for_tuple_expr",
|
|
"for_object_expr"
|
|
]
|
|
|
|
outdent = [
|
|
"object_end",
|
|
"block_end",
|
|
"tuple_end"
|
|
]
|