textmate / swift.tmbundle

TextMate support for Swift
72 stars 30 forks source link

Update platform and availability conditions #38

Closed jtbandes closed 5 years ago

jtbandes commented 5 years ago

Adds directives such as @available(swift 5), #if compiler(<5), #if canImport(UIKit), and #if targetEnvironment(simulator). Closes #37.