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