www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - D syntax file for Midnight Commander

reply Witold Baryluk <baryluk smp.if.uj.edu.pl> writes:
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
Jun 23 2007
parent Thomas Brix Larsen <brix brix-verden.dk> writes:
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
Jun 25 2007