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