view src/docgen/lstlang0.sty @ 806:bcb74c9b895c

Moved out files in the trunk folder to the root.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 09 Mar 2008 00:12:19 +0100
parents trunk/src/docgen/lstlang0.sty@ac9cd48151b6
children
line wrap: on
line source

%%
%% D definition (c) 2007 Jari-Matti Mäkelä
%%
\lst@definelanguage{D}%
  {morekeywords={abstract,alias,align,asm,assert,auto,body,bool,break,%
      byte,case,cast,catch,cdouble,cent,cfloat,char,class,const,continue,%
      creal,dchar,debug,default,delegate,delete,deprecated,do,double,%
      else,enum,export,extern,false,final,finally,float,for,foreach,%
      foreach_reverse,function,goto,idouble,if,ifloat,import,in,inout,%
      int,interface,invariant,ireal,is,lazy,long,macro,mixin,module,new,%
      null,out,override,package,pragma,private,protected,public,real,ref,%
      return,scope,short,static,struct,super,switch,synchronized,template,%
      this,throw,true,try,typedef,typeid,typeof,ubyte,ucent,uint,ulong,%
      union,unittest,ushort,version,void,volatile,wchar,while,with},%
   sensitive,%
   morecomment=[s]{/*}{*/},%
   morecomment=[n]{/+}{+/},%
   morecomment=[l]//,%
   morestring=[b]",%
   morestring=[b]`%
  }[keywords,comments,strings]%