Skip to content

Commit 903cbdf

Browse files
committed
Add compactMap
1 parent 45f9deb commit 903cbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-mode-font-lock.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Return nil otherwise."
6262
"forEach" "flatMap" "withMutableCharacters" "withCString"
6363
"withUnsafeMutableBufferPointer" "withUnsafeMutablePointers"
6464
"withUnsafeMutablePointerToElements" "withUnsafeMutablePointerToHeader"
65-
"withUnsafeBufferPointer" "withUTF8Buffer" "min" "map" "max")
65+
"withUnsafeBufferPointer" "withUTF8Buffer" "min" "map" "max" "compactMap")
6666
"Member functions in the standard library in Swift 3 which may be used
6767
with trailing closures and no parentheses.")
6868

0 commit comments

Comments
 (0)