swift.vim icon indicating copy to clipboard operation
swift.vim copied to clipboard

Highlighting issue in arrays

Open keith opened this issue 9 years ago • 0 comments

This statement currently has pretty funky highlighting:

import PackageDescription

let package = Package(
    name: "hypem",
    dependencies: [
        .Package(url: "https://github.com/lyft/mapper.git", versions: Version(2,0,0)..<Version(2,2,0)),
        .Package(url: "https://github.com/Alamofire/Alamofire.git", versions: Version(2,0,0)..<Version(2,2,0)),
    ]
)

keith avatar May 05 '16 00:05 keith