mirror of
https://github.com/keith/swift.vim.git
synced 2025-12-17 12:00:25 +01:00
Everything contains everything!
This can't possibly be true. But right now somethings haven't been highlighted correctly because the wrapper types have been blocking them. Now these are explicitly marked as containing ALL, which works in the example.swift file. I'm sure we're going to have to back this off, and we'll do that case by case.
This commit is contained in:
@@ -309,3 +309,8 @@ public let fareEstimate: FareEstimate //= (nil, nil) // comment should be highli
|
||||
key = map.optionalFrom("string") ?? []
|
||||
key = map.optionalFrom("string")
|
||||
thing = map.optionalFrom("string") ?? .Fallback
|
||||
|
||||
guard let path = NSBundle.mainBundle().pathForResource(imageName, ofType: "png"),
|
||||
let data = NSData(contentsOfFile: path) else
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user