File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ repository:
3737 - name : keyword.control.vba
3838 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)))
3939 - name : keyword.other.vba
40- match : (?i:\b(Attribute|Call|End (Function|Property|Sub|Type)|(Static )?(Const|Function|Property|Sub|Type)|Declare|PtrSafe|WithEvents|Event|RaiseEvent)\b)
40+ match : (?i:\b(Attribute|Call|End (Function|Property|Sub|Type|Enum )|(Static )?(Const|Function|Property|Sub|Type|Enum )|Declare|PtrSafe|WithEvents|Event|RaiseEvent)\b)
4141 - name : keyword.other.visibility.vba
4242 match : (?i:\b(Private|Public|Friend)\b)
4343 - name : constant.language.vba
You can’t perform that action at this time.
0 commit comments