diff options
author | nyamatongwe <devnull@localhost> | 2001-06-12 04:16:05 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-06-12 04:16:05 +0000 |
commit | 8326df8a963f45b7152fce157f2d6ce293843396 (patch) | |
tree | 65490b18c1ada769f52e7f621f000cd2b11e0698 /include/SciLexer.h | |
parent | 7cbc0667020e39dd64cb34eb74be04306e67520e (diff) | |
download | scintilla-mirror-8326df8a963f45b7152fce157f2d6ce293843396.tar.gz |
Additions from Shane Caraveo at ActiveState to add a PHP operator
lexical class.
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 24a9b8978..9af9abeb0 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -168,6 +168,7 @@ #define SCE_HPHP_COMMENT 124 #define SCE_HPHP_COMMENTLINE 125 #define SCE_HPHP_HSTRING_VARIABLE 126 +#define SCE_HPHP_OPERATOR 127 #define SCE_PL_DEFAULT 0 #define SCE_PL_ERROR 1 #define SCE_PL_COMMENTLINE 2 |