simonsteele / pn

Programmer's Notepad
373 stars 115 forks source link

javascript backticks are not recognized #127

Open CodeDmitry opened 8 years ago

CodeDmitry commented 8 years ago

the following causes the rest of the code to be lit as comment:

var comment_start = /*; console.log(comment_start); console.log("This is not a comment but this line is lit green anyway");