home *** CD-ROM | disk | FTP | other *** search
EditPlus Syntax | 1998-03-18 | 959 b | 91 lines |
- #TITLE=C/C++
- ; Edit++ Syntax File v1.0 written by ES-Computing.
- ; This file is provided as a default syntax file for C/C++.
- ; This file is required for Edit++ to run property.
-
- #DELIMITER=,(){}[]-+*%/="'~!&|\<>?:;.#
- #QUOTATION1='
- #QUOTATION2="
- #LINECOMMENT=//
- #COMMENTON=/*
- #COMMENTOFF=*/
- #ESCAPE=\
- #CASE=y
-
- ; Reserved words
- #KEYWORD
- auto
- break
- case
- catch
- char
- class
- const
- continue
- default
- delete
- do
- double
- else
- enum
- extern
- float
- for
- friend
- goto
- if
- inline
- int
- long
- new
- operator
- private
- protected
- public
- register
- return
- short
- signed
- sizeof
- static
- struct
- switch
- template
- this
- throw
- try
- typedef
- union
- unsigned
- virtual
- void
- volatile
- while
- __asm
- __fastcall
- __based
- __cdecl
- __pascal
- __inline
- __multiple_inheritance
- __single_inheritance
- __virtual_inheritance
-
- ; Compiler directives
- #KEYWORD
- define
- error
- include
- elif
- if
- line
- else
- ifdef
- pragma
- endif
- ifndef
- undef
- if
- else
- endif
-