Skip to content

Commit 0029656

Browse files
committed
end if # now optional
1 parent db94018 commit 0029656

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
@@ -152,7 +152,7 @@ repository:
152152
repository:
153153
flowDecision:
154154
name: keyword.control.flow.decision.vba
155-
match: (?i)(^|\s+)(#if|then|#elseif|[#]?else|#end if|select case|case|switch|end select)\b
155+
match: (?i)(^|\s+)(#if|then|#elseif|[#]?else|[#]?end if|select case|case|switch|end select)\b
156156

157157
flowLoop:
158158
name: keyword.control.flow.loop.vba

0 commit comments

Comments
 (0)