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

Get source.swift invalid when I shouldn't #5

Closed oddysee closed 8 years ago

oddysee commented 8 years ago

I'm not entirely sure how to describe this but I'm seeing red highlighted areas which don't make sense -

screen shot 2016-05-31 at 5 13 12 pm

Why would this be invalid?

screen shot 2016-05-31 at 5 15 24 pm
colinta commented 8 years ago

Ok, someone else saw this same thing - it doesn't happen locally, which is even stranger! I started a rewrite of this syntax anyway, I'll make sure this gets addressed, too.

Are you using version 2.2.4? I'm going to overwrite that version with a reverted version (e.g. 2.2.3 will become 2.2.5). There was too much wrong with my original attempt at a rewrite.

On May 31, 2016, at 1:16 AM, Oddysee notifications@github.com wrote:

I'm not entirely sure how to describe this but I'm seeing red highlighted areas which don't make sense -

https://cloud.githubusercontent.com/assets/899902/15666252/28b1af50-2753-11e6-8261-bea94730f0c0.png Why would this be invalid?

https://cloud.githubusercontent.com/assets/899902/15666285/53ef1414-2753-11e6-9c65-80849035ea0c.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/colinta/Swift-for-f-ing-sublime/issues/5, or mute the thread https://github.com/notifications/unsubscribe/AABrsmusAkrjkQQZrP8W53yYWxD3dd_xks5qG-A4gaJpZM4IqPbN.

oddysee commented 8 years ago

I'm using 2.3.0. Let me know if you need me to try anything. And thanks for your work on this... I've switched to using ST3 for most of my iOS dev thanks to your awesome work 😄

oddysee commented 8 years ago

Closing since this has been fixed with the release of 2.3.1 (which essentially reverted everything back to 2.2.4)