File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,9 @@ syntax match swiftOperator "\v\<"
89
89
syntax match swiftOperator " \v\> "
90
90
syntax match swiftOperator " \v\?\? "
91
91
92
- " Methods/Functions
92
+ " Methods/Functions/Properties
93
93
syntax match swiftMethod " \(\.\)\@ <=\w\+\( (\)\@ ="
94
+ syntax match swiftProperty " \(\.\)\@ <=\<\w\+\> (\@ !"
94
95
95
96
" Swift closure arguments
96
97
syntax match swiftClosureArgument " \$\d\+\(\.\d\+\)\? "
@@ -259,6 +260,7 @@ highlight default link swiftType Type
259
260
highlight default link swiftImports Include
260
261
highlight default link swiftPreprocessor PreProc
261
262
highlight default link swiftMethod Function
263
+ highlight default link swiftProperty Identifier
262
264
263
265
highlight default link swiftConditionStatement PreProc
264
266
highlight default link swiftAvailability Normal
You can’t perform that action at this time.
0 commit comments