jarod2d / sublime_valign

Vertical alignment plugin for Sublime Text 2 and 3
91 stars 7 forks source link

incorrect alignment of CoffeeScript '?=' assigment #25

Closed naorunaoru closed 10 years ago

naorunaoru commented 10 years ago
something ?= 'something'

becomes

something ? = 'something'

causing coffeescript error.

jarod2d commented 10 years ago

Thanks for letting me know! Sorry for taking forever, I've been super busy lately. I just pushed an update that fixes this.