Skip to content

Commit 3c91419

Browse files
authored
Merge pull request #3 from Niranjan16-Ninja/master
Additional Lexemes added has been removed.
2 parents 4b1971c + ad79520 commit 3c91419

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

EditControlFontCustomize/Form1.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ private void button1_Click(object sender, EventArgs e)
4646

4747
ConfigLexem configLex1 = new ConfigLexem("[1-9]+", "", FormatType.Custom, false);
4848

49-
50-
configLex.IsBeginRegex = true;
51-
configLex.IsEndRegex = true;
52-
configLex.FormatName = "Keyword";
53-
54-
5549
configLex1.IsBeginRegex = true;
5650
configLex1.IsEndRegex = true;
5751
configLex1.FormatName = "Keyword1";

0 commit comments

Comments
 (0)