Skip to content

Commit 0c2b800

Browse files
ehussjasonwilliams
authored andcommitted
Add ".rust" to semicolon scope. (#304)
1 parent f0e0d10 commit 0c2b800

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
@@ -26,7 +26,7 @@ contexts:
2626
statements:
2727

2828
- match: ';'
29-
scope: punctuation.terminator
29+
scope: punctuation.terminator.rust
3030

3131
- match: '(''{{identifier}})\s*(:)'
3232
captures:

0 commit comments

Comments
 (0)