comparison trunk/src/docgen/lstlang0.sty @ 395:ac9cd48151b6

Added couple of docgen modules.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Wed, 19 Sep 2007 23:12:20 +0300
parents
children
comparison
equal deleted inserted replaced
394:6440da4adb07 395:ac9cd48151b6
1 %%
2 %% D definition (c) 2007 Jari-Matti Mäkelä
3 %%
4 \lst@definelanguage{D}%
5 {morekeywords={abstract,alias,align,asm,assert,auto,body,bool,break,%
6 byte,case,cast,catch,cdouble,cent,cfloat,char,class,const,continue,%
7 creal,dchar,debug,default,delegate,delete,deprecated,do,double,%
8 else,enum,export,extern,false,final,finally,float,for,foreach,%
9 foreach_reverse,function,goto,idouble,if,ifloat,import,in,inout,%
10 int,interface,invariant,ireal,is,lazy,long,macro,mixin,module,new,%
11 null,out,override,package,pragma,private,protected,public,real,ref,%
12 return,scope,short,static,struct,super,switch,synchronized,template,%
13 this,throw,true,try,typedef,typeid,typeof,ubyte,ucent,uint,ulong,%
14 union,unittest,ushort,version,void,volatile,wchar,while,with},%
15 sensitive,%
16 morecomment=[s]{/*}{*/},%
17 morecomment=[n]{/+}{+/},%
18 morecomment=[l]//,%
19 morestring=[b]",%
20 morestring=[b]`%
21 }[keywords,comments,strings]%