We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663c701 commit d367ec1Copy full SHA for d367ec1
GunWin/Editor/SyntaxHighlighting/HeuristicSyntaxHighlightingGuide.cs
@@ -115,6 +115,7 @@ private bool IsKeyword(DetailedToken token)
115
case "ELSE":
116
case "ELSEIF":
117
case "ENDIF":
118
+ case "BEGIN":
119
case "END":
120
case "YIELD":
121
case "THEN":
@@ -140,6 +141,7 @@ private bool IsKeyword(DetailedToken token)
140
141
case "STOP":
142
case "DO":
143
case "WHEN":
144
+ case "WITH":
145
146
// Common literals
147
case "TRUE":
@@ -212,7 +214,6 @@ private bool IsKeyword(DetailedToken token)
212
214
case "DEL":
213
215
case "DEF":
216
case "PUTS":
- case "WITH":
217
case "CLASS":
218
case "STRUCT":
219
case "INTERFACE":
0 commit comments