Closed
Description
About one year after the ? operator was stabilized with the promise that it will get highlighting when being rendered, work on getting hightlighting of ? into text editors and renderers has stalled.
I've done work on this for rustdoc in #37102. For (current, non rewritten) rustdoc, it looks like this:
But I've found a couple of places where there is still no highlighting:
- Sublime text (This is a screenshot of how its rendered using syntect)
- mdbook (see it in action here, backup)
- kate (screenshot here)
- rust playground
- vim
- RustyCode VSCode plugin
If you stumble across additional cases, please mention them here!
I know these projects are separate from Rust itself, but its important to get ? highlighted consistently so that it can't be overlooked.