Skip to content

Commit 6e04ae2

Browse files
author
Scott Dennison
committed
Modified the grammar to handle moduleConfigProperty rules with no children
1 parent 3454d64 commit 6e04ae2

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
@@ -59,7 +59,7 @@ moduleConfig :
5959

6060
moduleConfigProperty :
6161
BEGINPROPERTY whiteSpace unrestrictedIdentifier (LPAREN numberLiteral RPAREN)? (whiteSpace GUIDLITERAL)? endOfStatement
62-
(moduleConfigProperty | moduleConfigElement)+
62+
(moduleConfigProperty | moduleConfigElement)*
6363
ENDPROPERTY endOfStatement
6464
;
6565

0 commit comments

Comments
 (0)