From 36d8735fbbd25cd70c3bf6a3d97cc2e1ab33ad14 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:48:04 +0100 Subject: [PATCH] Remove manual variable declaration highlighting from SyntaxHighlighter and add color to VariableStatements --- YesNt.CodeEditor/SyntaxHighlighter.cs | 18 ------------------ .../Statements/VariableStatements.cs | 4 ++-- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/YesNt.CodeEditor/SyntaxHighlighter.cs b/YesNt.CodeEditor/SyntaxHighlighter.cs index a368796..57b9bd2 100644 --- a/YesNt.CodeEditor/SyntaxHighlighter.cs +++ b/YesNt.CodeEditor/SyntaxHighlighter.cs @@ -111,18 +111,6 @@ internal partial class SyntaxHighlighter(ReadOnlyCollection