mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 12:50:03 +08:00
15 lines
152 B
Scheme
15 lines
152 B
Scheme
|
; indents.scm
|
||
|
|
||
|
[
|
||
|
(json_object)
|
||
|
(json_array)
|
||
|
] @indent.begin
|
||
|
|
||
|
[
|
||
|
"}"
|
||
|
"]"
|
||
|
] @indent.branch
|
||
|
|
||
|
(xml_tag) @indent.begin
|
||
|
(xml_close_tag) @indent.branch
|