Skip to content

Commit e9ad5e2

Browse files
committed
Add StrConv token for previous commit.
1 parent e60903c commit e9ad5e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rubberduck.Parsing/Grammar/Tokens.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ public static class Tokens
169169
public static readonly string Step = "Step";
170170
public static readonly string Stop = "Stop";
171171
public static readonly string Str = "Str";
172+
public static readonly string StrConv = "StrConv";
172173
public static readonly string String = "String";
173174
public static readonly string StrPtr = "StrPtr";
174175
public static readonly string Sub = "Sub";

0 commit comments

Comments
 (0)