Skip to content

Commit cfde154

Browse files
committed
Bug fix method params to allow parens
1 parent 3e63315 commit cfde154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/antlr/vbafmt.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ methodOpen
9898
;
9999

100100
methodParameters
101-
: LPAREN (ANYCHARS | AS | STRINGLITERAL | ws)* RPAREN asType?
101+
: LPAREN (ANYCHARS | AS | STRINGLITERAL | flowCharacter | ws)* RPAREN asType?
102102
;
103103

104104
methodClose

0 commit comments

Comments
 (0)