Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IcedCoffeeScript (.iced) content type support #360

Closed
am11 opened this issue Dec 25, 2013 · 2 comments
Closed

IcedCoffeeScript (.iced) content type support #360

am11 opened this issue Dec 25, 2013 · 2 comments
Assignees

Comments

@am11
Copy link
Contributor

am11 commented Dec 25, 2013

@madskristensen, now that we are supporting .coffee and using IcedCoffeeScript compiler (#353) and added basic test as well, please add support for .iced content type.

Also, are you guys planning on OOTB support of .iced file type in vNext of VS?

I have shared PNG and ICO for IcedCoffeeScript on SkyDrive. 8-)

@SLaks
Copy link
Collaborator

SLaks commented Dec 26, 2013

https://github.com/madskristensen/WebEssentials2013/blob/master/EditorExtensions/Margin/CoffeeScriptMargin.cs#L81

I believe that actually adding support for Icde CoffeeScript's new syntax wouldn't be much harder; create a new ContentType that inherits CoffeeScript, and write a classifier that highlights await & defer as keywords. It looks like there is no new syntax.

@am11
Copy link
Contributor Author

am11 commented Dec 29, 2013

@madskristensen, thanks! Can we also bring .iced file extension support with the IcedCoffeeScript icon to VS via WE?

SLaks pushed a commit to SLaks/WebEssentials2013 that referenced this issue Dec 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants