15 lines
238 B
Scheme
15 lines
238 B
Scheme
; SPDX-License-Identifier: Apache-2.0
|
|
; Source: nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter)
|
|
|
|
[
|
|
(block)
|
|
(declaration)
|
|
] @indent.begin
|
|
|
|
(block
|
|
"}" @indent.branch)
|
|
|
|
"}" @indent.dedent
|
|
|
|
(comment) @indent.ignore
|