Skip to content

Commit 14b3199

Browse files
committed
Resources will always include an offset
1 parent b2cb701 commit 14b3199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Parsing/Grammar/VBAParser.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ shortcut :
7171
;
7272

7373
resource :
74-
DOLLAR? expression (COLON (numberLiteral | BARE_HEX_LITERAL | unrestrictedIdentifier))?
74+
DOLLAR? expression COLON (numberLiteral | BARE_HEX_LITERAL | unrestrictedIdentifier)
7575
;
7676

7777
moduleAttributes : (attributeStmt endOfStatement)*;

0 commit comments

Comments
 (0)