Skip to content

Commit 7d9206d

Browse files
committed
#49 - removed highlighting of the after-line section
1 parent f841029 commit 7d9206d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/eolang/jetbrains/EoSyntaxHighlighter.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,6 @@ public final TextAttributesKey[] getTokenHighlights(final IElementType tokentype
191191
case EOLexer.HASH:
192192
key = EoSyntaxHighlighter.HASH;
193193
break;
194-
case EOLexer.SINGLE_EOL:
195-
key = EoSyntaxHighlighter.EOL;
196-
break;
197194
case EOLexer.NAME:
198195
key = EoSyntaxHighlighter.NAME;
199196
break;

0 commit comments

Comments
 (0)