Skip to content

Commit e675ce0

Browse files
committed
Bug fix begin/end broken at top level
1 parent 4559f07 commit e675ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/syntaxes/vba.tmLanguage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ repository:
5858
- include: "#labels" # Handle labels first so they aren't handled by lines.
5959
- include: "#inlineMethod" # Try not to be too sad people can, and do, do this.
6060
- include: "#methodSignature"
61-
- include: "#continuations" # Consume continuations so they "continue" other matches.
6261
- include: "#enum"
6362
- include: "#struct"
64-
- include: "#syntaxLines" # Split document lines into syntax lines.
63+
- include: "#variableDeclarations"
64+
- include: "#main"
6565

6666
continuations:
6767
name: meta.has-continuation.vba

0 commit comments

Comments
 (0)