mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +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",
|
"comment": "Miscellaneous operator",
|
||||||
"name": "keyword.operator.misc.rust",
|
"name": "keyword.operator.misc.rust",
|
||||||
"match": "(=>|::)"
|
"match": "(=>|::|\\?)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"comment": "Comparison operator",
|
"comment": "Comparison operator",
|
||||||
|
|
Loading…
Reference in a new issue