This commit is contained in:
nub31
2025-10-22 22:17:54 +02:00
parent 8270a417d9
commit 57d5a81eb7
3 changed files with 15 additions and 11 deletions

View File

@@ -290,6 +290,8 @@ public class Diagnostic
case Symbol.Struct:
case Symbol.Let:
case Symbol.Extern:
case Symbol.For:
case Symbol.In:
{
return ConsoleColors.Colorize(tokenText, ConsoleColors.Bold + ConsoleColors.Blue);
}