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.
2 parents 62b1e49 + e2c35b0 commit 5acd608Copy full SHA for 5acd608
RustEnhanced.sublime-syntax
@@ -455,7 +455,7 @@ contexts:
455
scope: punctuation.definition.generic.begin.rust
456
push: generic-angles-contents
457
# Alert the user of a broken generic construct
458
- - match: '.'
+ - match: '(?=\S)'
459
scope: invalid.illegal.rust
460
pop: true
461
@@ -478,7 +478,7 @@ contexts:
478
scope: punctuation.separator.rust
479
- match: '\+|\bas\b|='
480
scope: keyword.operator.rust
481
- - match: '\S'
482
483
484
0 commit comments