Skip to content

Commit bc8e9ac

Browse files
committed
subCall lower in priority to avoid overriding object model
1 parent 35aad82 commit bc8e9ac

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
@@ -69,8 +69,8 @@ repository:
6969
- include: "#operators"
7070
- include: "#keywords"
7171
- include: "#functionCall"
72-
- include: "#subCall"
7372
- include: "#objectModel"
73+
- include: "#subCall"
7474

7575

7676
literals:

0 commit comments

Comments
 (0)