mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
15 lines
184 B
Scheme
15 lines
184 B
Scheme
(definition) @indent
|
|
|
|
((parameters (parameter)) @aligned_indent
|
|
(#set! "delimiter" "()"))
|
|
|
|
"}" @indent_end
|
|
|
|
[ "{" "}" ] @branch
|
|
|
|
[ "(" ")" ] @branch
|
|
|
|
[
|
|
(ERROR)
|
|
(comment)
|
|
] @auto
|