mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 00:56:31 +02:00
Code cleanup
This commit is contained in:
@@ -399,4 +399,4 @@ internal enum Mode
|
||||
Edit,
|
||||
Command,
|
||||
Debug
|
||||
}
|
||||
}
|
||||
@@ -387,4 +387,4 @@ internal class InputHandler(TextEditor textEditor)
|
||||
textEditor.IsStepDebugMode = false;
|
||||
textEditor.EditMode = previousMode;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -173,4 +173,4 @@ internal partial class SyntaxHighlighter(ReadOnlyCollection<StatementInformation
|
||||
// This regex matches the color information embedded in the string, which is in the format \x01{colorIndex}\x01{base64EncodedValue}.
|
||||
[GeneratedRegex(@"(?<=(\x01))(.*)(?=\x01)")]
|
||||
private static partial Regex StringColorRegex();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user