mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
Merge #6488
6488: Textmate grammar: add `+=` to assignment operators r=dustypomerleau a=dustypomerleau Fixes https://github.com/dustypomerleau/rust-syntax/issues/3. Co-authored-by: Dusty Pomerleau <dustypomerleau@users.noreply.github.com>
This commit is contained in:
commit
ed9f8d53bc
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…
Reference in a new issue