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 fd805ed commit db41910Copy full SHA for db41910
syntaxes/vba.tmGrammar.yml
@@ -46,7 +46,7 @@ repository:
46
- name: keyword.control.vba
47
match: (?i:(\b(Exit (Function|Property|Sub)|As|And|By(Ref|Val)|Goto|Is|Like|Mod|Not|On Error|Optional|Or|Resume Next|Stop|Xor|Eqv|Imp|TypeOf|AddressOf)\b)|(\b(End)\b(?=\n)))
48
- name: keyword.io.vba
49
- match: (?i:\b(Open|Close|Line Input|Lock|Unlock|Print|Seek|Width|Get|Put|Write)\b)
+ match: (?i:\b(Open|Close|Line Input|Lock|Unlock|Print|Seek|Get|Put|Write)\b)
50
51
match: "(?i:\\b(Input)(?= #))"
52
- name: keyword.other.vba
0 commit comments