mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Merge #4621
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:
commit
39470526ee
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