Skip to content

Commit c2c319c

Browse files
committed
Adds missing InputB token
1 parent f499deb commit c2c319c

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
@@ -86,6 +86,7 @@ public static class Tokens
8686
public static readonly string Implements = "Implements";
8787
public static readonly string In = "In";
8888
public static readonly string Input = "Input";
89+
public static readonly string InputB = "InputB";
8990
public static readonly string InputBox = "InputBox";
9091
public static readonly string InStr = "InStr";
9192
public static readonly string Int = "Int";

0 commit comments

Comments
 (0)