Commit 5b78ca03 authored by JoyJ's avatar JoyJ

typo

parent 30eb23e1
Pipeline #119 failed with stage
in 54 seconds
......@@ -24,7 +24,6 @@ public class MySyntaxHighlighter : SyntaxHighlighter
readonly TextStyle mFunStyle = new TextStyle(Brushes.MediumAquamarine, null, FontStyle.Regular);
readonly TextStyle mErrorStyle = new TextStyle(Brushes.Red, null, FontStyle.Bold);
readonly TextStyle mErrorStyle2 = new TextStyle(Brushes.Red, null, FontStyle.Bold);
readonly TextStyle mErrorStyle3 = new TextStyle(Brushes.Red, null, FontStyle.Bold);
public MySyntaxHighlighter(FastColoredTextBox currentTb) : base(currentTb)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment