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 | |
parent | f3d66c88fa18812eb6dbb36ff3e7bae8bf26d1c8 (diff) | |
download | scintilla-mirror-d83c4c6f00ae6726246939f11fbdd491d0ee9411.tar.gz |
Update from Steve to PHP in the HTML lexer.
Diffstat (limited to 'include')
-rw-r--r-- | include/SciLexer.h | 2 | ||||
-rw-r--r-- | include/Scintilla.iface | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index b585c2a7c..c4d3c54f7 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1272,7 +1272,7 @@ val SCE_HPHP_NUMBER=122 val SCE_HPHP_VARIABLE=123 val SCE_HPHP_COMMENT=124 val SCE_HPHP_COMMENTLINE=125 -val SCE_HPHP_STRINGEOL=126 +val SCE_HPHP_HSTRING_VARIABLE=126 # Lexical states for SCLEX_PERL val SCE_PL_DEFAULT=0 val SCE_PL_ERROR=1 |