File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -13,38 +13,38 @@ syn match swiftImportModule /\<[A-Za-z_][A-Za-z_0-9]*\>/ contained nextgroup=swi
13
13
syn match swiftImportComponent / \.\< [A-Za-z_][A-Za-z_0-9]*\> / contained nextgroup =swiftImportComponent
14
14
15
15
syn keyword swiftKeyword
16
+ \ associatedtype
16
17
\ break
17
18
\ case
18
19
\ continue
20
+ \ convenience
19
21
\ default
22
+ \ defer
20
23
\ do
21
24
\ else
25
+ \ extension
26
+ \ final
22
27
\ for
23
28
\ guard
24
29
\ if
25
30
\ in
26
- \ static
27
- \ switch
28
- \ repeat
29
- \ return
30
- \ where
31
- \ while
32
- \ public
33
31
\ internal
34
- \ private
32
+ \ let
35
33
\ mutating
36
34
\ nonmutating
37
- \ var
38
- \ let
39
- \ typealias
40
- \ protocol
41
- \ extension
42
- \ associatedtype
43
35
\ override
36
+ \ private
37
+ \ protocol
38
+ \ public
39
+ \ repeat
44
40
\ required
45
- \ convenience
46
- \ final
47
- \ defer
41
+ \ return
42
+ \ static
43
+ \ switch
44
+ \ typealias
45
+ \ var
46
+ \ where
47
+ \ while
48
48
49
49
syn keyword swiftTypeDefinition class extension protocol struct typealias enum skipwhite nextgroup =swiftTypeName
50
50
syn region swiftTypeAttributes start =" \[ " end =" \] " skipwhite contained nextgroup =swiftTypeName
You can’t perform that action at this time.
0 commit comments