CoffeeScript.mode
CoffeeScript.mode copied to clipboard
Coda 2 Support?
Just tried this with Coda 2. It shows up as an option in the app, but doesn't seem to work :(
I, too, just tried this in Coda 2 and found it wasn't working. I'll look into it as soon as I can.
I miss the pretty colors!!! I'm looking through http://www.codingmonkeys.de/subethaedit/releasenotes.html trying to spot the change that broke it. Keep me updated if you find the problem so I don't keep looking aimlessly :tongue:
Thanks for the help. I'll try to look at it this weekend.
Alright my branch is working in Coda 2 now https://github.com/caseywebdev/CoffeeScript.mode
This is my first time working with SubEthaEngine modes so I'm not 100% sure why it wasn't working before, but adding scopes to the object definitions is working.
Thanks, Casey!
Thanks for the quick turnaround!
No problem :thumbsup: The majority of what I write is CoffeeScript and staring at that black and white text was just not working out! Now that I have a feel or the structure of the SEE mode I plan on continuing to add to it. My HEAD has support for ''' and """ quotes as well as more keywords (class, extends, typeof, instanceof, etc). Functions with default parameters are also colored correctly. More to come!