The D Programming Language syntax files for EditPlus written by Marti Raudsepp
<integor@gmail.com>. All suggestions are welcome. The syntax files are
compatible with the Digital Mars D compiler version 0.94. This is release 1.0 of
the syntax files.


This archive contains three syntax files:

d_simple.stx
  The simple syntax file, contains less intrusive definitions. Storage classes
  are under the same category as Reserved Names.

d_compr.stx
  The comprehensive syntax file. Contains type aliases defined in std.stdint,
  splitted Storage classes, complex types' properties, predefined versions and
  operator overload method names.

d_asm.stx
  The comprehensive syntax file with assembly opcodes. Includes all opcodes
  supported by the asm {} block in Digital Mars D compiler.


All files are released to the Public Domain.


:Id: $Id: README.txt 23 2004-07-02 16:16:45Z sipsick $
