Skip to content

Commit a49dcd4

Browse files
committed
Update scope for consistency
1 parent 56bdc0a commit a49dcd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/syntaxes/vba.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@
645645
"end": "(?i)(?<!_)(?=\\n|:|\\s*')",
646646
"beginCaptures": {
647647
"0": {
648-
"name": "keyword.control.open.vba"
648+
"name": "keyword.control.vba"
649649
}
650650
},
651651
"patterns": [

client/syntaxes/vba.tmLanguage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ repository:
409409
end: (?i)(?<!_)(?=\n|:|\s*')
410410
beginCaptures:
411411
0:
412-
name: keyword.control.open.vba
412+
name: keyword.control.vba
413413
patterns:
414414
- include: "#openStatementPath"
415415
- include: "#lineContinuation"

0 commit comments

Comments
 (0)