home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / ftp.editplus.com.tar / ftp.editplus.com / epp211b.exe / cpp.stx < prev    next >
Text File  |  2003-06-28  |  970b  |  96 lines

  1. #TITLE=C/C++
  2. ; C/C++ syntax file written by ES-Computing.
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.#
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #CONTINUE_QUOTE=n
  9. #LINECOMMENT=//
  10. #COMMENTON=/*
  11. #COMMENTOFF=*/
  12. #ESCAPE=\
  13. #CASE=y
  14. #SPECIAL_STX=cpp
  15.  
  16. #KEYWORD=Reserved words
  17. auto
  18. bool
  19. break
  20. case
  21. catch
  22. char
  23. cerr
  24. cin
  25. class
  26. const
  27. continue
  28. cout
  29. default
  30. delete
  31. do
  32. double
  33. else
  34. enum
  35. explicit
  36. extern
  37. float
  38. for
  39. friend
  40. goto
  41. if
  42. inline
  43. int
  44. long
  45. namespace
  46. new
  47. operator
  48. private
  49. protected
  50. public
  51. register
  52. return
  53. short
  54. signed
  55. sizeof
  56. static
  57. struct
  58. switch
  59. template
  60. this
  61. throw
  62. try
  63. typedef
  64. union
  65. unsigned
  66. virtual
  67. void
  68. volatile
  69. while
  70. __asm
  71. __fastcall
  72. __based
  73. __cdecl
  74. __pascal
  75. __inline
  76. __multiple_inheritance
  77. __single_inheritance
  78. __virtual_inheritance
  79.  
  80. #KEYWORD=Compiler directives
  81. define
  82. error
  83. include
  84. elif
  85. if
  86. line
  87. else
  88. ifdef
  89. pragma
  90. endif
  91. ifndef
  92. undef
  93. if
  94. else
  95. endif
  96. #