Skip to content

Commit f6757dc

Browse files
committed
End method terminates properly
1 parent 9a2f95b commit f6757dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/syntaxes/vba.tmLanguage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ repository:
827827

828828
methodClose:
829829
name: storage.type.method.close.vba
830-
match: (?i)End\s+(Sub|Function|Property)
830+
match: (?i)End\s+(Sub|Function|Property)(?=$|\s)
831831

832832
expressionList:
833833
begin:

0 commit comments

Comments
 (0)