mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Add question mark operator
This commit is contained in:
parent
3c2c8d7e5f
commit
1e823d6770
@ -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 New Issue
Block a user