We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c267a0 commit 79accf0Copy full SHA for 79accf0
src/main/java/io/protostuff/jetbrains/plugin/ProtoSyntaxHighlighter.java
@@ -81,10 +81,10 @@ public TextAttributesKey[] getTokenHighlights(IElementType tokenType) {
81
attrKey = STRING;
82
break;
83
case ProtoLexer.COMMENT:
84
- attrKey = LINE_COMMENT;
+ attrKey = BLOCK_COMMENT;
85
86
case ProtoLexer.LINE_COMMENT:
87
- attrKey = BLOCK_COMMENT;
+ attrKey = LINE_COMMENT;
88
89
default:
90
return EMPTY_KEYS;
0 commit comments