Skip to content

Commit 4dfcf87

Browse files
authored
writeln!(w) breaks formatting
the special case for `writeln!` expects there to always be a format string, this isn't actually required any more which breaks formatting until the next ,
1 parent 1e0cdcb commit 4dfcf87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RustEnhanced.sublime-syntax

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ contexts:
175175
push:
176176
- meta_content_scope: meta.group.rust
177177
- include: comments
178+
- match: '\)'
179+
pop: true
178180
- match: ','
179181
set:
180182
- meta_content_scope: meta.group.rust

0 commit comments

Comments
 (0)