js2coffee / js2coffee

Compile JavaScript to CoffeeScript

Home Page:http://js2.coffee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in code highlighting

yivo opened this issue · comments

x = 1
y = 0
"#{x}#{"#{y}" if y}"

Actual behavior:
screen shot 2016-08-08 at 3 42 24 pm

Expected behavior (screenshot from RubyMine IDE):
screen shot 2016-08-08 at 3 41 12 pm