Skip to content

Commit a024e18

Browse files
committed
Formatter gonna format
1 parent 4e1e02c commit a024e18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

server/src/antlr/vba.g4

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ classBeginBlock
4242
;
4343

4444
beginBlockConfigElement
45-
: endOfLine+ (OBJECT '.')? '_'? ambiguousIdentifier WS? eqOperator WS? (expression | FILEOFFSET)
45+
: endOfLine+ (OBJECT '.')? '_'? ambiguousIdentifier WS? eqOperator WS? (
46+
expression
47+
| FILEOFFSET
48+
)
4649
| formBeginBlock
4750
| beginPropertyBlock
4851
;

0 commit comments

Comments
 (0)