-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
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.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.