mirror of https://github.com/helix-editor/helix
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)
|