lstdelphi.sty 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. %%
  2. %% This is file `lstdelphi.sty',
  3. %% generated with the docstrip utility.
  4. %%
  5. %% The original source files were:
  6. %%
  7. %% listings.dtx (with options: `tp')
  8. %%
  9. %% (w)(c) 1996-1997 by Carsten Heinz
  10. %%
  11. %% This file is distributed freely. You are not allowed to take money
  12. %% for the distribution or use of this file, except for a nominal charge
  13. %% for copying etc.
  14. %%
  15. %% This file is distributed without any warranty; without even the implied
  16. %% warranty of merchantability or fitness for a particular purpose.
  17. %%
  18. %% You are not allowed to change this file.
  19. %%
  20. \selectlisting{pascal}%
  21. \begingroup \makeatletter %
  22. \gdef\lstdrv@delphi@{\lstdrv@pascal@ %
  23. \morekeywords{asm,constructor,destructor,implementation,inline,%
  24. interface,interrupt,nil,object,shl,shr,string,unit,uses,xor,%
  25. % Delphi stuff
  26. as,break,class,continue,except,exports,fail,finalization,finally,%
  27. inherited,initialization,is,%
  28. library,on,packed,property,raise,try,threadvar,resourcestring,%
  29. stringresource,%
  30. % Modifiers
  31. absolute,abstract,assembler,automated,cdecl,default,dispid,dynamic,%
  32. export,external,far,forward,index,message,name,near,nodefault,%
  33. override,pascal,private,protected,public,published,read,%
  34. readonly,register,resident,safecall,stdcall,stored,%
  35. virtual,write,writeonly}}%
  36. \endgroup %
  37. \endinput
  38. %%
  39. %% End of file `lstdelph.sty'.