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 3454d64 commit 6e04ae2Copy full SHA for 6e04ae2
Rubberduck.Parsing/Grammar/VBAParser.g4
@@ -59,7 +59,7 @@ moduleConfig :
59
60
moduleConfigProperty :
61
BEGINPROPERTY whiteSpace unrestrictedIdentifier (LPAREN numberLiteral RPAREN)? (whiteSpace GUIDLITERAL)? endOfStatement
62
- (moduleConfigProperty | moduleConfigElement)+
+ (moduleConfigProperty | moduleConfigElement)*
63
ENDPROPERTY endOfStatement
64
;
65
0 commit comments