diff options
author | nyamatongwe <devnull@localhost> | 2001-03-02 11:04:50 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-03-02 11:04:50 +0000 |
commit | d83c4c6f00ae6726246939f11fbdd491d0ee9411 (patch) | |
tree | 143c066da1109ae9b602d9071634ce7ba30903e6 /include/SciLexer.h | |
parent | f3d66c88fa18812eb6dbb36ff3e7bae8bf26d1c8 (diff) | |
download | scintilla-mirror-d83c4c6f00ae6726246939f11fbdd491d0ee9411.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 |