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?

Reply via email to