home *** CD-ROM | disk | FTP | other *** search
EditPlus Syntax | 1999-11-17 | 1.1 KB | 108 lines |
- #TITLE=C/C++
- ; C/C++ syntax file written by ES-Computing.
- ; This file is required for EditPlus to run correctly.
-
- #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.#
- #QUOTATION1='
- #QUOTATION2="
- #CONTINUE_QUOTE=n
- #LINECOMMENT=//
- #LINECOMMENT2=
- #COMMENTON=/*
- #COMMENTOFF=*/
- #COMMENTON2=
- #COMMENTOFF2=
- #ESCAPE=\
- #CASE=y
- #PREFIX1=
- #PREFIX2=
- #PREFIX3=
- #PREFIX4=
- #PREFIX5=
- #SUFFIX1=
- #SUFFIX2=
- #SUFFIX3=
- #SUFFIX4=
- #SUFFIX5=
-
- #KEYWORD=Reserved words
- auto
- bool
- break
- case
- catch
- char
- cerr
- cin
- class
- const
- continue
- cout
- default
- delete
- do
- double
- else
- enum
- explicit
- extern
- float
- for
- friend
- goto
- if
- inline
- int
- long
- namespace
- 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
-
- #KEYWORD=Compiler directives
- define
- error
- include
- elif
- if
- line
- else
- ifdef
- pragma
- endif
- ifndef
- undef
- if
- else
- endif
- #