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

Fails to highlight hubot respond regex

Open pixelrebel opened this issue 10 years ago • 0 comments

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.

pixelrebel avatar Aug 13 '15 20:08 pixelrebel