On 1/26/2011 7:13 AM, Steven Schveighoffer wrote: > Anyone have any clue why this file is properly syntax-aware: > > https://github.com/D-Programming-Language/druntime/blob/master/src/rt/lifetime.d > > but this file isn't > > https://github.com/D-Programming-Language/druntime/blob/master/src/core/thread.d > > I'm still not familiar at all with git or github... > > -Steve
I'm going to guess it's filesize. Totally a guess, but consider that adding highlighting costs additional markup. The file that's not highlighted is over 100k, the file that is is only(!) 62k.