Skip to content

Commit cfaf152

Browse files
committed
Fixed type declarations
1 parent 24cf1b0 commit cfaf152

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
@@ -17,6 +17,7 @@ repository:
1717
- include: "#methodSignature"
1818
- include: "#continuations" # Consume continuations so they "continue" other matches.
1919
- include: "#enum"
20+
- include: "#struct"
2021
- include: "#syntaxLines" # Split document lines into syntax lines.
2122

2223
continuations:
@@ -49,7 +50,6 @@ repository:
4950
main:
5051
patterns:
5152
- include: "#moduleHeader"
52-
- include: "#struct"
5353
- include: "#declareFunctionSignature"
5454
- include: "#methodSignature"
5555
- include: "#variableDeclarations"

0 commit comments

Comments
 (0)