Skip to content

Commit e09841a

Browse files
committed
lineLabel now parses with space
1 parent de2820d commit e09841a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/antlr/vba.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ fieldLength: MULT WS? (INTEGERLITERAL | ambiguousIdentifier);
671671
letterrange:
672672
certainIdentifier (WS? MINUS WS? certainIdentifier)?;
673673

674-
lineLabel: ambiguousIdentifier ' :';
674+
lineLabel: ambiguousIdentifier WS? (':' | COLON);
675675

676676
literal:
677677
HEXLITERAL

0 commit comments

Comments
 (0)