comparison src/docgen/templates/default/latex/static/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/templates/default/latex/static/lstlang0.sty@e562d455cbbe
children
comparison
equal deleted inserted replaced
805:a3fab8b74a7d 806:bcb74c9b895c
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
17 morecomment=[s]{/*}{*/},%
18 morecomment=[n]{/+}{+/},%
19 morecomment=[l]//,%
20 morestring=[b]",%
21 morestring=[b]`%
22 }[keywords,comments,strings]%