Skip to content

Commit c1211c4

Browse files
committed
Add syntax highlighting for async/await
1 parent 01e693a commit c1211c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RustEnhanced.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ contexts:
13931393
- match: \b(crate|extern|use|where)\b
13941394
scope: keyword.other.rust
13951395

1396-
- match: \b(else|for|if|loop|match|while|yield)\b
1396+
- match: \b(async|await|else|for|if|loop|match|while|yield)\b
13971397
scope: keyword.control.rust
13981398

13991399
- match: \b(break|continue)\b

0 commit comments

Comments
 (0)