mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +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",
|
||||
"name": "keyword.operator.misc.rust",
|
||||
"match": "(=>|::)"
|
||||
"match": "(=>|::|\\?)"
|
||||
},
|
||||
{
|
||||
"comment": "Comparison operator",
|
||||
|
|
Loading…
Reference in a new issue