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 f4ce8f1 commit 6126691Copy full SHA for 6126691
client/src/syntaxes/vba.tmLanguage.yaml
@@ -319,10 +319,11 @@ repository:
319
name: keyword.control.flow.decision.vba
320
4:
321
patterns:
322
+ - include: "#inlineIfElse"
323
+ - include: "#inlineIf"
324
- include: "#valueAssignment"
325
- include: "#language"
326
-
327
flowCall:
328
name: keyword.control.flow.call.vba
329
match: "(?i)\\bcall\\b"
0 commit comments