diff options
author | nyamatongwe <unknown> | 2005-04-01 01:03:51 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-04-01 01:03:51 +0000 |
commit | 4ef3af885ce07ce1b90fc621ff69ce6a7ebec455 (patch) | |
tree | ec17e63a78b2887cc6a43ddba42296ce4160c1b8 /include/SciLexer.h | |
parent | 56c8d78f5564a799acbf9d86dbe01821f33b92a8 (diff) | |
download | scintilla-mirror-4ef3af885ce07ce1b90fc621ff69ce6a7ebec455.tar.gz |
PHPScript is for standalone PHP scripts not part of web pages.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 6a1dbc697..11533b552 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -81,6 +81,7 @@ #define SCLEX_BLITZBASIC 66 #define SCLEX_PUREBASIC 67 #define SCLEX_HASKELL 68 +#define SCLEX_PHPSCRIPT 69 #define SCLEX_AUTOMATIC 1000 #define SCE_P_DEFAULT 0 #define SCE_P_COMMENTLINE 1 |