Skip to content

The highlight color of block comment and line comment should be swapped. #18

@defmys

Description

@defmys

Hello,

I come across a bug related to highlight color. It seems the block comment uses the color of line comment and vice versa.

// ProtoSyntaxHighlighter.java: 83~88
case ProtoLexer.COMMENT:
    attrKey = LINE_COMMENT;
    break;
case ProtoLexer.LINE_COMMENT:
    attrKey = BLOCK_COMMENT;
    break;

highlight_color

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions