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 e60903c commit e9ad5e2Copy full SHA for e9ad5e2
Rubberduck.Parsing/Grammar/Tokens.cs
@@ -169,6 +169,7 @@ public static class Tokens
169
public static readonly string Step = "Step";
170
public static readonly string Stop = "Stop";
171
public static readonly string Str = "Str";
172
+ public static readonly string StrConv = "StrConv";
173
public static readonly string String = "String";
174
public static readonly string StrPtr = "StrPtr";
175
public static readonly string Sub = "Sub";
0 commit comments