We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb301b commit a4517aeCopy full SHA for a4517ae
RustEnhanced.sublime-syntax
@@ -611,6 +611,9 @@ contexts:
611
- match: '\{'
612
scope: punctuation.definition.block.begin.rust
613
push: struct-classic-body
614
+ - match: '(?=\S)'
615
+ # Abort for an invalid match.
616
+ pop: true
617
618
struct-classic-body:
619
- meta_scope: meta.block.rust
@@ -628,7 +631,9 @@ contexts:
628
631
- match: ':'
629
632
scope: punctuation.separator.rust
630
633
- include: type-any-identifier
-
634
635
636
637
638
union-identifier:
639
- meta_scope: meta.union.rust
0 commit comments