Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rendering of C# attributes #1117

Merged
merged 1 commit into from
May 27, 2019

Conversation

pyrmont
Copy link
Contributor

@pyrmont pyrmont commented May 19, 2019

The C# lexer generated Name::Attribute tokens for attributes. As discussed in #1093, this caused attributes to be rendered incorrectly. This commit removes the rule that caused attributes to be rendered this way. It fixes #1093.

The C# lexer generated `Name::Attribute` tokens for attributes. As
discussed in rouge-ruby#1093, this caused attributes to be rendered incorrectly.
This commit removes the rule that caused attributes to be rendered this
way. It fixes rouge-ruby#1093.
@pyrmont pyrmont merged commit 2ee1c1f into rouge-ruby:master May 27, 2019
@pyrmont pyrmont deleted the bugfix.c-sharp-attributes branch January 8, 2020 20:05
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.

csharp wrong highlighting using attributes with string params
1 participant