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