20 lines
300 B
Scheme
20 lines
300 B
Scheme
; SPDX-License-Identifier: Apache-2.0
|
|
; Source: nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter)
|
|
|
|
(element) @indent.begin
|
|
|
|
[
|
|
(Attribute)
|
|
(AttlistDecl)
|
|
(contentspec)
|
|
] @indent.align
|
|
|
|
(ETag) @indent.branch
|
|
|
|
(doctypedecl) @indent.ignore
|
|
|
|
[
|
|
(Comment)
|
|
(ERROR)
|
|
] @indent.auto
|