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 56bdc0a commit a49dcd4Copy full SHA for a49dcd4
client/syntaxes/vba.tmLanguage.json
@@ -645,7 +645,7 @@
645
"end": "(?i)(?<!_)(?=\\n|:|\\s*')",
646
"beginCaptures": {
647
"0": {
648
- "name": "keyword.control.open.vba"
+ "name": "keyword.control.vba"
649
}
650
},
651
"patterns": [
client/syntaxes/vba.tmLanguage.yaml
@@ -409,7 +409,7 @@ repository:
409
end: (?i)(?<!_)(?=\n|:|\s*')
410
beginCaptures:
411
0:
412
- name: keyword.control.open.vba
+ name: keyword.control.vba
413
patterns:
414
- include: "#openStatementPath"
415
- include: "#lineContinuation"
0 commit comments