File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33Open "file" For Input As #f
44' <--- keyword.io.vba
5- ' ^^^^^ keyword.io.vba
5+ ' ^^^^^ - keyword.io.vba
66 Input #f myVar
77' ^^^^^ keyword.io.vba
8+ ' ^^^ - keyword.io.vba
89
910 Line Input #f myLineVar
1011' ^^^^^^^^^^ keyword.io.vba
Original file line number Diff line number Diff line change @@ -46,7 +46,9 @@ 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|Width|Get|Put|Write)\b)
50+ - name : keyword.io.vba
51+ match : " (?i:\\ b(Input)(?= #))"
5052 - name : keyword.other.vba
5153 match : (?i:\b(Attribute|Call|End (Function|Property|Sub|Type|Enum)|(Const|Function|Property|Sub|Type|Enum)|Declare|PtrSafe|WithEvents|Event|RaiseEvent|Implements)\b)
5254 - name : keyword.other.option.vba
You can’t perform that action at this time.
0 commit comments