maintenance

This commit is contained in:
nub31
2025-10-16 20:24:39 +02:00
parent 00d0b73487
commit 13a9b4f89b
6 changed files with 32 additions and 19 deletions

View File

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