ZIm/zed/languages/rust/indents.scm
Max Brunsfeld 79878f20cc WIP - new approach to autoindent
- Indent one row at a time.
- Consider only the innermost match.
2021-05-27 15:05:19 -07:00

8 lines
No EOL
164 B
Scheme

(field_expression) @inside
(let_declaration) @inside
((_ . "where" @after) _ @until)
(_ "{" @after "}" @until)
(_ "[" @after "]" @until)
(_ "(" @after ")" @until)