home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp201b.exe / cpp.stx < prev    next >
Text File  |  1999-11-17  |  1KB  |  108 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. #LINECOMMENT2=
  11. #COMMENTON=/*
  12. #COMMENTOFF=*/
  13. #COMMENTON2=
  14. #COMMENTOFF2=
  15. #ESCAPE=\
  16. #CASE=y
  17. #PREFIX1=
  18. #PREFIX2=
  19. #PREFIX3=
  20. #PREFIX4=
  21. #PREFIX5=
  22. #SUFFIX1=
  23. #SUFFIX2=
  24. #SUFFIX3=
  25. #SUFFIX4=
  26. #SUFFIX5=
  27.  
  28. #KEYWORD=Reserved words
  29. auto
  30. bool
  31. break
  32. case
  33. catch
  34. char
  35. cerr
  36. cin
  37. class
  38. const
  39. continue
  40. cout
  41. default
  42. delete
  43. do
  44. double
  45. else
  46. enum
  47. explicit
  48. extern
  49. float
  50. for
  51. friend
  52. goto
  53. if
  54. inline
  55. int
  56. long
  57. namespace
  58. new
  59. operator
  60. private
  61. protected
  62. public
  63. register
  64. return
  65. short
  66. signed
  67. sizeof
  68. static
  69. struct
  70. switch
  71. template
  72. this
  73. throw
  74. try
  75. typedef
  76. union
  77. unsigned
  78. virtual
  79. void
  80. volatile
  81. while
  82. __asm
  83. __fastcall
  84. __based
  85. __cdecl
  86. __pascal
  87. __inline
  88. __multiple_inheritance
  89. __single_inheritance
  90. __virtual_inheritance
  91.  
  92. #KEYWORD=Compiler directives
  93. define
  94. error
  95. include
  96. elif
  97. if
  98. line
  99. else
  100. ifdef
  101. pragma
  102. endif
  103. ifndef
  104. undef
  105. if
  106. else
  107. endif
  108. #