Skip to content

Commit

Permalink
Add syntax highlighting for try keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed May 18, 2019
1 parent c1211c4 commit a9f06f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RustEnhanced.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ contexts:
- match: \b(crate|extern|use|where)\b
scope: keyword.other.rust

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

- match: \b(break|continue)\b
Expand Down

0 comments on commit a9f06f9

Please sign in to comment.