Skip to content

Commit

Permalink
Remove Width (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
DecimalTurn authored Dec 1, 2023
1 parent fd805ed commit db41910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/vba.tmGrammar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repository:
- name: keyword.control.vba
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)))
- name: keyword.io.vba
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)
- name: keyword.io.vba
match: "(?i:\\b(Input)(?= #))"
- name: keyword.other.vba
Expand Down

0 comments on commit db41910

Please sign in to comment.