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

Comments inside protocol conformance aren't colored #9

Open
ZevEisenberg opened this issue Jul 28, 2015 · 0 comments
Open

Comments inside protocol conformance aren't colored #9

ZevEisenberg opened this issue Jul 28, 2015 · 0 comments

Comments

@ZevEisenberg
Copy link

screen shot 2015-07-28 at 3 03 53 pm

You should be able to see the issue in GitHub's syntax highlighting as well:

@interface ABCSpreadsheetView () // correctly highlights as a comment
< // should highlight as a comment
ABCRowHeaderViewDelegate, // should highlight as a comment
ABCSpreadsheetLayoutDelegate,
UICollectionViewDataSource,
UICollectionViewDelegate>

Admittedly, this is a slightly unorthodox way of wrapping protocol conformance, but it minimizes source control churn on lines that are not really changed when a conformance is added or removed.

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

No branches or pull requests

1 participant