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 b2cb701 commit 14b3199Copy full SHA for 14b3199
Rubberduck.Parsing/Grammar/VBAParser.g4
@@ -71,7 +71,7 @@ shortcut :
71
;
72
73
resource :
74
- DOLLAR? expression (COLON (numberLiteral | BARE_HEX_LITERAL | unrestrictedIdentifier))?
+ DOLLAR? expression COLON (numberLiteral | BARE_HEX_LITERAL | unrestrictedIdentifier)
75
76
77
moduleAttributes : (attributeStmt endOfStatement)*;
0 commit comments