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.
.vba
1 parent 501d127 commit e0cb714Copy full SHA for e0cb714
package.json
@@ -39,7 +39,8 @@
39
"extensions": [
40
".bas",
41
".cls",
42
- ".frm"
+ ".frm",
43
+ ".vba"
44
],
45
"configuration": "./out/language-configuration.json"
46
},
syntaxes/vba.tmGrammar.yml
@@ -8,6 +8,7 @@ fileTypes:
8
- .bas
9
- .cls
10
- .frm
11
+ - .vba
12
13
patterns:
14
- include: "#comments"
0 commit comments