colorization bug in javascript
-
Appears if I have javascript lines like this:
var a = 1; \\ a problem :\
var b = 2;this is valid javascript, both lines are good, however notepad++ “greys out” the second line as if it were a line continuation
ex:
https://imgur.com/a/XGUGjCheers!