diff --git a/packages/coffeescript/plugin/compile-coffeescript.js b/packages/coffeescript/plugin/compile-coffeescript.js index 5d76699c47..5907cc2703 100644 --- a/packages/coffeescript/plugin/compile-coffeescript.js +++ b/packages/coffeescript/plugin/compile-coffeescript.js @@ -211,6 +211,8 @@ Plugin.registerCompiler({ return new CoffeeCompiler(); }); +// XXX BBP maybe this should just be one registerCompiler call that looks at the +// filename? Plugin.registerCompiler({ extensions: ['litcoffee', 'coffee.md'] }, function () {