adireddy / eclihx

Automatically exported from code.google.com/p/eclihx
0 stars 0 forks source link

multiline string support #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
haXe naturally supports multiline strings, like so:
var n:String = "hello
world.
o/";

However, eclihx will not highlight them correctly. The expected result is that 
that all the characters between the enclosing quotes are highlighted as a 
string, but instead the highlighting stops at the newline and it treats each 
following line as code.

Original issue reported on code.google.com by Waardelo...@gmail.com on 20 Feb 2011 at 7:02

GoogleCodeExporter commented 9 years ago
Fixed in trunk and can be installed with the update site:
http://download.eclihx.org/eclihx/updatesite/trunk/

Original comment by goodwi...@gmail.com on 22 Feb 2011 at 7:33