coffee-script-tmbundle
coffee-script-tmbundle copied to clipboard
Add '.iced' as a recognized extension
IcedCoffeeScript is an extension of CoffeeScript, with two new keywords (await
and defer
) that look just like function calls. So the syntax highlighting for CoffeeScript is fine for IcedCoffeeScript as well.
Therefore, it would be nice if coffee-script-tmbundle recognized .iced
as an extension that should be treated as CoffeeScript.