Skip to content

Commit 244dad6

Browse files
authored
Tests for #68 (#71)
1 parent 136ab54 commit 244dad6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

syntaxes/tests/vba/procedure.bas

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Type CustomType
55
End Type
66
' <-------- keyword.other.vba
77

8+
Enum CustomEnum
9+
' <---- keyword.other.vba
10+
End Enum
11+
' <-------- keyword.other.vba
12+
813
Private Sub doStuff(ByRef x As String)
914
' <------- keyword.other.visibility.vba
1015
' ^^^ keyword.other.vba

0 commit comments

Comments
 (0)