home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1999 April / cd24-www.iso / prog / w32 / epp / epsetup.exe / CPP.STX < prev    next >
Text File  |  1998-12-29  |  1KB  |  112 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. string
  72. struct
  73. switch
  74. template
  75. this
  76. throw
  77. try
  78. typedef
  79. union
  80. unsigned
  81. virtual
  82. void
  83. volatile
  84. while
  85. __asm
  86. __fastcall
  87. __based
  88. __cdecl
  89. __pascal
  90. __inline
  91. __multiple_inheritance
  92. __single_inheritance
  93. __virtual_inheritance
  94.  
  95. ; Compiler directives
  96. #KEYWORD
  97. define
  98. error
  99. include
  100. elif
  101. if
  102. line
  103. else
  104. ifdef
  105. pragma
  106. endif
  107. ifndef
  108. undef
  109. if
  110. else
  111. endif
  112.