mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 04:23:25 +00:00
Add question mark operator
This commit is contained in:
parent
3c2c8d7e5f
commit
1e823d6770
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@
|
|||
{
|
||||
"comment": "Miscellaneous operator",
|
||||
"name": "keyword.operator.misc.rust",
|
||||
"match": "(=>|::)"
|
||||
"match": "(=>|::|\\?)"
|
||||
},
|
||||
{
|
||||
"comment": "Comparison operator",
|
||||
|
|
Loading…
Reference in a new issue