Trass3r escribió:
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?

True. This will be fixed in the next release.

Reply via email to