Skip to content

Commit 1a2af90

Browse files
committed
Support Unicode identifier during parsing
1 parent 9650da7 commit 1a2af90

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
@@ -3525,7 +3525,7 @@ MACRO_LINE
35253525

35263526
// identifier
35273527
IDENTIFIER
3528-
: [A-Z][A-Z0-9_]*
3528+
: [\p{L}][\p{L}0-9_]*
35293529
;
35303530

35313531
FOREIGN_NAME

0 commit comments

Comments
 (0)