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