Skip to content

Comments inside protocol conformance aren't colored #9

@ZevEisenberg

Description

@ZevEisenberg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions