add += to assignment operators

This commit is contained in:
Dusty Pomerleau 2020-11-07 09:49:08 +11:00
parent 0373434ed4
commit 397b76f28b

View file

@ -693,7 +693,7 @@
{
"comment": "assignment operators",
"name": "keyword.operator.assignment.rust",
"match": "(-=|\\*=|/=|%=|\\^=|&=|\\|=|<<=|>>=)"
"match": "(\\+=|-=|\\*=|/=|%=|\\^=|&=|\\|=|<<=|>>=)"
},
{
"comment": "single equal",