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 4559f07 commit e675ce0Copy full SHA for e675ce0
client/src/syntaxes/vba.tmLanguage.yaml
@@ -58,10 +58,10 @@ repository:
58
- include: "#labels" # Handle labels first so they aren't handled by lines.
59
- include: "#inlineMethod" # Try not to be too sad people can, and do, do this.
60
- include: "#methodSignature"
61
- - include: "#continuations" # Consume continuations so they "continue" other matches.
62
- include: "#enum"
63
- include: "#struct"
64
- - include: "#syntaxLines" # Split document lines into syntax lines.
+ - include: "#variableDeclarations"
+ - include: "#main"
65
66
continuations:
67
name: meta.has-continuation.vba
0 commit comments