Skip to content

Commit 00b6727

Browse files
committed
Syntax highlighting.
1 parent 36f1074 commit 00b6727

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Virtual_EDW/Form_Main.Designer.cs

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Virtual_EDW/TextHandling.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ internal static RichTextBox SyntaxHighlightSql(string inputText)
115115
"SELECT",
116116
"FROM",
117117
"INSERT",
118+
"WHILE",
119+
"PRINT",
120+
"BEGIN",
121+
"END",
122+
"DECLARE",
123+
"ALTER",
124+
"COLUMN",
118125
"INTO", "OVER", "PARTITION", "IN", "ORDER", "BY", "GROUP", "AS", "WHERE", "NVARCHAR", "NOT EXISTS", "LEFT", "OUTER", "JOIN"};
119126
for (int i = 0; i < keyWordSql.Length; i++)
120127
{

0 commit comments

Comments
 (0)