colinta / decent-swift-syntax

Uses the new `sublime-syntax` format, which is super easy to work with.
MIT License
62 stars 12 forks source link

swift struct can have parent. So, it is not invalid. #6

Closed hiking90 closed 7 years ago

hiking90 commented 8 years ago

Hello,

I'm using this plugin and I think this plugin's approach is better than other swift support plugin. Thank you.

Like this title, struct can have protocol parent. I've tested it on Swift 3.0 preview.

Example is : struct Exception : ErrorProtocol { .... }

Regards, Jeff

colinta commented 8 years ago

Oh shoot, good point!

colinta commented 7 years ago

Fixed (finally!) in 2.3.4