mirror of
https://github.com/helix-editor/helix
synced 2026-01-26 05:38:09 +01: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)
|