Skip to content

Commit 2627c10

Browse files
committed
Make sure enum is correctly highlighted
1 parent f20ca3d commit 2627c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/printing/SyntaxHighlighting.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object SyntaxHighlighting {
3131
private val tripleQs = Console.RED_B + "???" + NoColor
3232

3333
private val keywords: Seq[String] = for {
34-
index <- IF to INLINE // All alpha keywords
34+
index <- IF to ENUM // All alpha keywords
3535
} yield tokenString(index)
3636

3737
private val interpolationPrefixes =

0 commit comments

Comments
 (0)