Skip to content

Commit d2a574f

Browse files
committed
Add bitwise and/or assignment tokens.
1 parent 5acd608 commit d2a574f

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
@@ -1348,7 +1348,7 @@ contexts:
13481348
- match: '>=|<=|==|!=|&&|\|\|'
13491349
scope: keyword.operator.rust
13501350

1351-
- match: '\*=|/=|\+=|-=|%=|\^='
1351+
- match: '\*=|/=|\+=|-=|%=|\^=|&=|\|='
13521352
scope: keyword.operator.rust
13531353

13541354
- match: '[-=<>&|!~@?+*/%^''#$]'

0 commit comments

Comments
 (0)