We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136ab54 commit 244dad6Copy full SHA for 244dad6
syntaxes/tests/vba/procedure.bas
@@ -5,6 +5,11 @@ Type CustomType
5
End Type
6
' <-------- keyword.other.vba
7
8
+Enum CustomEnum
9
+' <---- keyword.other.vba
10
+End Enum
11
+' <-------- keyword.other.vba
12
+
13
Private Sub doStuff(ByRef x As String)
14
' <------- keyword.other.visibility.vba
15
' ^^^ keyword.other.vba
0 commit comments