Skip to content

Commit e53263c

Browse files
committed
Bug fix inline if
1 parent b60ca64 commit e53263c

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
@@ -216,7 +216,7 @@ repository:
216216

217217
inlineIf:
218218
name: meta.flow.inline-if.vba
219-
match: (?i)\s*((?:else\s+)?if)\s+(.*?)\s+(then)\s+([^'\n]*)
219+
match: (?i)\s*((?:else\s+)?if)\s+(.*?)\s+(then)\s+([^'\n]+)
220220
captures:
221221
1:
222222
name: keyword.control.flow.decision.vba

0 commit comments

Comments
 (0)