I apologize up front if this isn't the right place to mention forum issues.
I quite like the idea of prettified code, and am surprised such an update came out (any announcement about it being planned that I could check out?). But it's not quite ironed out. It looks like single and double quotes can span multiple lines unintentionally. Here's an example:
a:=0 b:=0 c:=0 ; Hey, it's the third line d:=0 e:=0 f:=0 ; now it's the sixth line. Notice from the first single quote to the next it was all green? g:=0 h:=0 i:=0 ; And here I am experimenting with a (") double quote j:=0 k:=0 l:=0 ; And here's the closing (") double quote m:=0 n:=0 o:=0 ; as well as `n and the like, and that doesn't even need to be in a comment MsgBox `n yeah?
Also, is there any Notepad++ language that matches up with the forum's new coloring of code syntax?