mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 19:34:16 +00:00
add +=
to assignment operators
This commit is contained in:
parent
0373434ed4
commit
397b76f28b
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@
|
|||
{
|
||||
"comment": "assignment operators",
|
||||
"name": "keyword.operator.assignment.rust",
|
||||
"match": "(-=|\\*=|/=|%=|\\^=|&=|\\|=|<<=|>>=)"
|
||||
"match": "(\\+=|-=|\\*=|/=|%=|\\^=|&=|\\|=|<<=|>>=)"
|
||||
},
|
||||
{
|
||||
"comment": "single equal",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue