Add question mark operator

This commit is contained in:
Yuki Kodama 2020-05-26 02:36:34 +09:00
parent 3c2c8d7e5f
commit 1e823d6770

View file

@ -207,7 +207,7 @@
{
"comment": "Miscellaneous operator",
"name": "keyword.operator.misc.rust",
"match": "(=>|::)"
"match": "(=>|::|\\?)"
},
{
"comment": "Comparison operator",