You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just represent the list of keywords as a visible list. This makes it easier to
see the individual keywords as well as makes it easy to add new keywords in the
future.
synkeywordswiftKeyword break case continue default do else for guard if in static switch repeat return where while public internal private mutating nonmutating var let typealias protocol extension
16
-
synkeywordswiftKeyword associatedtype override required convenience final defer
15
+
synkeywordswiftKeyword
16
+
\ break
17
+
\ case
18
+
\ continue
19
+
\ default
20
+
\ do
21
+
\ else
22
+
\ for
23
+
\ guard
24
+
\ if
25
+
\ in
26
+
\ static
27
+
\ switch
28
+
\ repeat
29
+
\ return
30
+
\ where
31
+
\ while
32
+
\ public
33
+
\ internal
34
+
\ private
35
+
\ mutating
36
+
\ nonmutating
37
+
\ var
38
+
\ let
39
+
\ typealias
40
+
\ protocol
41
+
\ extension
42
+
\ associatedtype
43
+
\ override
44
+
\ required
45
+
\ convenience
46
+
\ final
47
+
\ defer
17
48
18
49
synkeywordswiftTypeDefinition class extension protocol struct typealias enum skipwhitenextgroup=swiftTypeName
0 commit comments