Skip to content

Comments

Properly highlight nested comments in vim#2749

Closed
bstrie wants to merge 1 commit intorust-lang:incomingfrom
bstrie:vimsyn
Closed

Properly highlight nested comments in vim#2749
bstrie wants to merge 1 commit intorust-lang:incomingfrom
bstrie:vimsyn

Conversation

@bstrie
Copy link
Contributor

@bstrie bstrie commented Jun 29, 2012

Prior to this commit, every block comment /* */ required two closing tags for
every opening tag in order to terminate the highlighting. Setting and testing
for a variable was the culprit, though I'm not certain why, but they appear to
just be boilerplate lines from whatever pcwalton based this file upon. I've
looked at other officially-distributed vim highlighting files and none seem to
do the test that this commit removes, so I'm fairly certain it didn't provide
anything vital. And now comment highlighting works!

Prior to this commit, every block comment /* */ required two closing tags for
every opening tag in order to terminate the highlighting. Setting and testing
for a variable was the culprit, though I'm not certain why, but they appear to
just be boilerplate lines from whatever pcwalton based this file upon. I've
looked at other officially-distributed vim highlighting files and none seem to
do the test that this commit removes, so I'm fairly certain it didn't provide
anything vital. And now comment highlighting works!
@brson brson closed this Jun 30, 2012
@brson brson reopened this Jun 30, 2012
@brson
Copy link
Contributor

brson commented Jun 30, 2012

Integrated. Thanks!

@brson brson closed this Jun 30, 2012
celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
tshepang added a commit to tshepang/rust that referenced this pull request Feb 24, 2026
all but one test suite support revisions directive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants