textmate / swift.tmbundle

TextMate support for Swift
72 stars 30 forks source link

Improved matching of capture specifiers #6

Closed regnerjr closed 9 years ago

regnerjr commented 9 years ago

Previously capture specifiers were lumped in with declaration-specifier. Moved them to their own group. Improved matching of unowned(safe) and unowned(unsafe). Previously these would not have matched but their incorrect counterparts [unownedsafe, unownedunsafe] would have matched.

infininight commented 9 years ago

Pulled, thanks!