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.
dynamic
1 parent 8c5161d commit bfd78daCopy full SHA for bfd78da
utils/vim/syntax/swift.vim
@@ -48,6 +48,13 @@ syn keyword swiftKeyword
48
\ where
49
\ while
50
51
+syn keyword swiftDefinitionModifier
52
+ \ dynamic
53
+ \ internal
54
+ \ private
55
+ \ public
56
+ \ static
57
+
58
syn keyword swiftIdentifierKeyword
59
\ Self
60
\ dynamicType
@@ -71,7 +78,6 @@ syn keyword swiftVarDefinition var skipwhite nextgroup=swiftVarName
71
78
syn keyword swiftVarDefinition let skipwhite nextgroup=swiftVarName
72
79
syn match swiftVarName /\<[A-Za-z_][A-Za-z_0-9]*\>/ contained
73
80
74
-syn keyword swiftDefinitionModifier static public internal private
75
81
syn match swiftImplicitVarName /\$\<[A-Za-z_0-9]\+\>/
76
82
77
83
syn match swiftTypeDeclaration /:/ skipwhite nextgroup=swiftTypeName
0 commit comments