mirror of
https://github.com/realAscot/helix.git
synced 2025-09-15 12:43:04 +02:00
13 lines
209 B
Scheme
13 lines
209 B
Scheme
(functional_notation
|
|
(atom)
|
|
(open_ct) @indent
|
|
(close) @outdent)
|
|
|
|
(list_notation
|
|
(open_list) @indent
|
|
(close_list) @outdent)
|
|
|
|
(curly_bracketed_notation
|
|
(open_curly) @indent
|
|
(close_curly) @outdent)
|