Closed szyman closed 2 months ago
.replace(/\\/g,"/")
Below this line the rest are recognized as string. Please look at attached screenshot.
Nice catch. Until this gets fixed, you can use the CoffeeScript heregex syntax: .replace(///\\///g,"/"). Uglier, but it doesn't mess up the syntax highlighting.
.replace(///\\///g,"/")
Below this line the rest are recognized as string. Please look at attached screenshot.