diff options
author | nyamatongwe <devnull@localhost> | 2004-02-26 11:24:00 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-02-26 11:24:00 +0000 |
commit | d1957ce07971e8d5be682c6b036df87298060502 (patch) | |
tree | 58e066e04ba762e6dde61b7cb3abca4bf0d2f760 /include/SciLexer.h | |
parent | b183df5d5dbc0dbef5ff1bbf3c37bb8169c62092 (diff) | |
download | scintilla-mirror-d1957ce07971e8d5be682c6b036df87298060502.tar.gz |
PHP variables inside strings.
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 189869e42..1ec63a5d8 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -195,6 +195,7 @@ #define SCE_HP_DEFNAME 100 #define SCE_HP_OPERATOR 101 #define SCE_HP_IDENTIFIER 102 +#define SCE_HPHP_COMPLEX_VARIABLE 104 #define SCE_HPA_START 105 #define SCE_HPA_DEFAULT 106 #define SCE_HPA_COMMENTLINE 107 |