diff options
author | nyamatongwe <unknown> | 2001-03-02 11:04:50 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-03-02 11:04:50 +0000 |
commit | ab21329131c3c2cc4240c336974ca9429c8d743d (patch) | |
tree | 143c066da1109ae9b602d9071634ce7ba30903e6 /include/SciLexer.h | |
parent | 3b7e9a4b6cd98a346d4ab6a36e8ea3c1d8082d43 (diff) | |
download | scintilla-mirror-ab21329131c3c2cc4240c336974ca9429c8d743d.tar.gz |
Update from Steve to PHP in the HTML lexer.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 9960b8531..076a96fb1 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -160,7 +160,7 @@ #define SCE_HPHP_VARIABLE 123 #define SCE_HPHP_COMMENT 124 #define SCE_HPHP_COMMENTLINE 125 -#define SCE_HPHP_STRINGEOL 126 +#define SCE_HPHP_HSTRING_VARIABLE 126 #define SCE_PL_DEFAULT 0 #define SCE_PL_ERROR 1 #define SCE_PL_COMMENTLINE 2 |