June 23, 2007
Hello,

Simply put attachment in /usr/share/mc/syntax/ directory as d.syntax, and add to the /usr/share/mc/syntax/Syntax file two lines:

file ..\*\\.d$ D\sProgram
include d.syntax

Current version: http://smp.if.uj.edu.pl/~baryluk/d/d.syntax

Implemented: all D keywords, strings, ddoc sections, std.{stdin,math,object} functions, operator overloading methods, all special symbols, predefined properties

Known bugs: problems with /+ +/ comments, some colors needs adjustment.



Have fun with this simple, but nice editor and D coding. :)

-- 
Witold Baryluk



June 26, 2007
Witold Baryluk wrote:

> Have fun with this simple, but nice editor and D coding. :)
> 

Cool, I use mc a lot, thank you for posting this.

- Brix