home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / ED2_020.ZIP / pde / Utils / DLL / cpp.dll < prev    next >
Text File  |  2003-11-10  |  649b  |  28 lines

  1. /* Syntax Highlight Library for C++. It used by eD2 */
  2. /* stVova, PDE Team, 2003, http://os2progg.by.ru/pde  */
  3. /* Keywords/Leksems */
  4. auto,class,const,default,delete,enum,extern,friend,new,operator,overload,public,register,return,sizeof,static,struct,this,typedef,union,virtual
  5. $000000FF
  6. char,double,float,int,long,short,unsigned,void
  7. $009900FF
  8. #include,#define,main,function
  9. $000000FF
  10. asm,inline
  11. $00006A00
  12. break,continue,case,do,else,for,goto,if,switch,while
  13. $00006A00
  14.  
  15. /* Comments, strings symbols */
  16. ','
  17. $00007F00
  18. ","
  19. $00007F00
  20. /*,*/
  21. $00777777
  22. //,//
  23. $00777777
  24.  
  25. /* Symbols, allways highlighted */
  26. ={}+-*/|!^;
  27. $009900FF
  28.