CoffeeScript.mode icon indicating copy to clipboard operation
CoffeeScript.mode copied to clipboard

CoffeeScript syntax highlighting for Coda 2

Results 2 CoffeeScript.mode issues
Sort by recently updated
recently updated
newest added

robot.respond /report ?([^\s"“”‘’']+)? ?(.*)?/i, (msg) -> msg.send(msg.match[1] + msg.match[2]) This example fails because everything after the first quote in the regex is considered quoted.

When I type in the following: foo = (bar) -> and hit enter, the next line doesn't indent. Is that a bug or by design? Thanks, Matt

enhancement