helix/runtime/queries/prolog/indents.scm

13 lines
209 B
Scheme
Raw Normal View History

2025-03-20 11:20:44 +08:00
(functional_notation
(atom)
2025-03-20 12:14:22 +08:00
(open_ct) @indent
(close) @outdent)
2025-03-20 11:20:44 +08:00
(list_notation
2025-03-20 12:14:22 +08:00
(open_list) @indent
(close_list) @outdent)
2025-03-20 11:20:44 +08:00
(curly_bracketed_notation
2025-03-20 12:14:22 +08:00
(open_curly) @indent
(close_curly) @outdent)