mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
25 lines
251 B
Scheme
25 lines
251 B
Scheme
[
|
|
(Block)
|
|
(ContainerDecl)
|
|
(SwitchExpr)
|
|
(InitList)
|
|
] @indent.begin
|
|
|
|
(Block
|
|
"}" @indent.end)
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
] @indent.branch
|
|
|
|
[
|
|
(line_comment)
|
|
(container_doc_comment)
|
|
(doc_comment)
|
|
(LINESTRING)
|
|
] @indent.ignore
|