mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -04:00
18 lines
158 B
Scheme
18 lines
158 B
Scheme
|
|
(memory_execution) @auto
|
||
|
|
|
||
|
|
[
|
||
|
|
(subroutine)
|
||
|
|
(brackets)
|
||
|
|
] @indent
|
||
|
|
|
||
|
|
"}" @indent_end
|
||
|
|
|
||
|
|
[ "{" "}" ] @branch
|
||
|
|
|
||
|
|
[ "[" "]" ] @branch
|
||
|
|
|
||
|
|
[
|
||
|
|
(ERROR)
|
||
|
|
(comment)
|
||
|
|
] @auto
|