File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 33Attribute VB_Name = "SyntaxTest"
44' <--------- keyword.other.vba
55
6+ Implements IRandomizer
7+ ' <---------- keyword.other.vba
8+
69Public Const FOO As Integer = 1
710' ^^^^^ keyword.other.vba
811' ^^ keyword.control.vba
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ repository:
4848 - name : keyword.control.vba
4949 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)))
5050 - name : keyword.other.vba
51- match : (?i:\b(Attribute|Call|End (Function|Property|Sub|Type|Enum)|(Const|Function|Property|Sub|Type|Enum)|Declare|PtrSafe|WithEvents|Event|RaiseEvent)\b)
51+ match : (?i:\b(Attribute|Call|End (Function|Property|Sub|Type|Enum)|(Const|Function|Property|Sub|Type|Enum)|Declare|PtrSafe|WithEvents|Event|RaiseEvent|Implements )\b)
5252 - name : keyword.other.visibility.vba
5353 match : (?i:\b(Private|Public|Friend)\b)
5454 - name : constant.language.vba
You can’t perform that action at this time.
0 commit comments