Descent, now with Open Type Hierarchy

Trass3r mrmocool at gmx.de
Mon Jul 27 16:57:38 PDT 2009


Descent seems to have some problems with multiline `` comments though.

void foo()
{
	writefln(`
			`);
	version(Windows)
	{
	}
}

everything following the 2nd ` is highlighted incorrectly.
Or is it some configuration mistake?


More information about the Digitalmars-d-announce mailing list