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 24cf1b0 commit cfaf152Copy full SHA for cfaf152
client/src/syntaxes/vba.tmLanguage.yaml
@@ -17,6 +17,7 @@ repository:
17
- include: "#methodSignature"
18
- include: "#continuations" # Consume continuations so they "continue" other matches.
19
- include: "#enum"
20
+ - include: "#struct"
21
- include: "#syntaxLines" # Split document lines into syntax lines.
22
23
continuations:
@@ -49,7 +50,6 @@ repository:
49
50
main:
51
patterns:
52
- include: "#moduleHeader"
- - include: "#struct"
53
- include: "#declareFunctionSignature"
54
55
- include: "#variableDeclarations"
0 commit comments