11 lines
229 B
Scheme
11 lines
229 B
Scheme
; SPDX-License-Identifier: Apache-2.0
|
|
; Source: nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter)
|
|
|
|
[
|
|
(block_mapping_pair
|
|
value: (block_node))
|
|
(block_sequence_item)
|
|
] @indent.begin
|
|
|
|
(ERROR) @indent.auto
|