Skip to content

Commit

Permalink
Fixed highlighting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dotPawel committed Aug 15, 2023
1 parent 4cb6281 commit 4dae8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UniDKIT/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace UniDKIT
{
public partial class Main : Form
{
public static string Version = "2.0r";
public static string Version = "2.2r";
private DiscordRpcClient client;

// whar
Expand Down Expand Up @@ -613,7 +613,7 @@ private void Textbox_TextChanged(object sender, FastColoredTextBoxNS.TextChanged
e.ChangedRange.SetStyle(CoralStyle, @"\b(run|end)", RegexOptions.IgnoreCase);

// customization and ironpython
if (UnscVersion == "6.0r")
if (UnscVersion != "5.4r")
{
e.ChangedRange.SetStyle(AzureStyle, @"irpy", RegexOptions.IgnoreCase);
e.ChangedRange.SetStyle(BlueVioletStyle, @"\b(stxt|ptxt|tmdl)", RegexOptions.IgnoreCase);
Expand Down

0 comments on commit 4dae8d8

Please sign in to comment.