Uh oh!
There was an error while loading. Please reload this page.
Vim: improvements on comments - #5760
Closed
klutzy wants to merge 3 commits into
Closed
Conversation
Since comment nesting does not work from 0.4.
steveklabnik
commented
Apr 6, 2013
Contributor
🤘 |
thestinger
commented
Apr 7, 2013
Contributor
@klutzy: this seems to break on comments that consist of just a line with I'll definitely accept this if you update it for that case, making the doc comments stand out is great. |
Previous commit had a bug that a line which ends with "//" or "/*" is not correctly highlighted.
klutzy
commented
Apr 7, 2013
ContributorAuthor
Vim regex always makes me crazy :) |
bors added a commit
that referenced
this pull request
Apr 8, 2013
1. disable nested comment which is not supported now 2. add syntax highlight for rustCommentDoc e.g. `/** doc */` or `/// doc`.
bors added a commit
that referenced
this pull request
Apr 10, 2013
Follow-up of #5760: Add syntax highlight for `/*! doc */` or `//! doc`.
flip1995 pushed a commit
to flip1995/rust
that referenced
this pull request
Jul 14, 2020
…hearth Deprecate regex_macro lint Closesrust-lang#2586 changelog: Deprecate regex_macro lint
U007D pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
5760: Document xtask has few deps invariant r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/** doc */or/// doc.