home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / ftp.editplus.com.tar / ftp.editplus.com / epp125.exe / CPP.STX < prev    next >
Text File  |  1999-03-15  |  1KB  |  111 lines

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