mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
15 lines
406 B
Scheme
15 lines
406 B
Scheme
|
; https://github.com/nvim-treesitter/nvim-treesitter/blob/ce4adf11cfe36fc5b0e5bcdce0c7c6e8fbc9798a/queries/hcl/indents.scm
|
||
|
[
|
||
|
(block)
|
||
|
(object)
|
||
|
(tuple)
|
||
|
(function_call)
|
||
|
] @indent
|
||
|
|
||
|
(_ "[" "]" @end) @indent
|
||
|
(_ "(" ")" @end) @indent
|
||
|
(_ "{" "}" @end) @indent
|
||
|
|
||
|
; https://github.com/nvim-treesitter/nvim-treesitter/blob/ce4adf11cfe36fc5b0e5bcdce0c7c6e8fbc9798a/queries/terraform/indents.scm
|
||
|
; inherits: hcl
|