We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db94018 commit 0029656Copy full SHA for 0029656
client/src/syntaxes/vba.tmLanguage.yaml
@@ -152,7 +152,7 @@ repository:
152
repository:
153
flowDecision:
154
name: keyword.control.flow.decision.vba
155
- match: (?i)(^|\s+)(#if|then|#elseif|[#]?else|#end if|select case|case|switch|end select)\b
+ match: (?i)(^|\s+)(#if|then|#elseif|[#]?else|[#]?end if|select case|case|switch|end select)\b
156
157
flowLoop:
158
name: keyword.control.flow.loop.vba
0 commit comments