Skip to content

Commit db41910

Browse files
authored
Remove Width (#101)
1 parent fd805ed commit db41910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/vba.tmGrammar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repository:
4646
- name: keyword.control.vba
4747
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)))
4848
- name: keyword.io.vba
49-
match: (?i:\b(Open|Close|Line Input|Lock|Unlock|Print|Seek|Width|Get|Put|Write)\b)
49+
match: (?i:\b(Open|Close|Line Input|Lock|Unlock|Print|Seek|Get|Put|Write)\b)
5050
- name: keyword.io.vba
5151
match: "(?i:\\b(Input)(?= #))"
5252
- name: keyword.other.vba

0 commit comments

Comments
 (0)