Skip to content

Commit 397b76f

Browse files
add += to assignment operators
1 parent 0373434 commit 397b76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/rust.tmGrammar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693
{
694694
"comment": "assignment operators",
695695
"name": "keyword.operator.assignment.rust",
696-
"match": "(-=|\\*=|/=|%=|\\^=|&=|\\|=|<<=|>>=)"
696+
"match": "(\\+=|-=|\\*=|/=|%=|\\^=|&=|\\|=|<<=|>>=)"
697697
},
698698
{
699699
"comment": "single equal",

0 commit comments

Comments
 (0)