mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +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…
Add table
Add a link
Reference in a new issue