4621: Highlight question mark operator r=matklad a=kuy

Fixes #4597

Co-authored-by: Yuki Kodama <endflow.net@gmail.com>
This commit is contained in:
bors[bot] 2020-05-26 18:09:41 +00:00 committed by GitHub
commit 39470526ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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