mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
20 lines
343 B
Scheme
20 lines
343 B
Scheme
(definition) @indent
|
|
|
|
; (function (function_identifier) @aligned_indent)
|
|
|
|
((function_parameters (function_parameter)) @aligned_indent
|
|
(#set! "delimiter" "()"))
|
|
|
|
((exception_parameters (exception_parameter)) @aligned_indent
|
|
(#set! "delimiter" "()"))
|
|
|
|
"}" @indent_end
|
|
|
|
[ "{" "}" ] @branch
|
|
|
|
[ "(" ")" ] @branch
|
|
|
|
[
|
|
(ERROR)
|
|
(comment)
|
|
] @auto
|