ccg
ccg

Reputation: 313

CoffeeScript syntax highlighting in Chrome DevTools

I have enabled source maps and workspaces in Chrome Canary to be able to edit *.coffee files directly in the browser. Yet the default editor in Chrome does not have syntax highlighting for CoffeeScript files, at least I could not find it. Is there a way or extension to enable that?

Upvotes: 2

Views: 496

Answers (1)

vsevik
vsevik

Reputation: 9659

This was recently implemented in https://codereview.chromium.org/18341003/

Upvotes: 4

Related Questions