Skip to content

Commit 29eb283

Browse files
committed
Rename property set for clarity
1 parent 572977b commit 29eb283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/antlr/vba.g4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ procedureDeclaration
363363
: subroutineDeclaration
364364
| functionDeclaration
365365
| propertyGetDeclaration
366-
| propertyLhsDeclaration
366+
| propertySetDeclaration
367367
;
368368

369369
// 5.3.1 Procedure Declarations
@@ -389,7 +389,7 @@ propertyGetDeclaration
389389
procedureBody?
390390
endLabel? endOfStatement+ END wsc PROPERTY procedureTail?;
391391

392-
propertyLhsDeclaration
392+
propertySetDeclaration
393393
: (procedureScope wsc)? (
394394
(initialStatic wsc)? PROPERTY wsc (LET | SET) wsc subroutineName wsc? propertyParameters
395395
| PROPERTY wsc (LET | SET) wsc subroutineName propertyParameters wsc? trailingStatic)

0 commit comments

Comments
 (0)