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 4e1e02c commit a024e18Copy full SHA for a024e18
server/src/antlr/vba.g4
@@ -42,7 +42,10 @@ classBeginBlock
42
;
43
44
beginBlockConfigElement
45
- : endOfLine+ (OBJECT '.')? '_'? ambiguousIdentifier WS? eqOperator WS? (expression | FILEOFFSET)
+ : endOfLine+ (OBJECT '.')? '_'? ambiguousIdentifier WS? eqOperator WS? (
46
+ expression
47
+ | FILEOFFSET
48
+ )
49
| formBeginBlock
50
| beginPropertyBlock
51
0 commit comments