diff options
| author | nyamatongwe <unknown> | 2011-09-09 16:59:38 +1000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2011-09-09 16:59:38 +1000 | 
| commit | c4e2263b026a0b5aa67c421b767c3ebbabda654f (patch) | |
| tree | a81b91816ba7a5b16ad676ba3a2776e99a3316af /include/SciLexer.h | |
| parent | 9f1e13f587c8c3221a99cd2beee90242c32862fc (diff) | |
| parent | 9b4a855ed7962ce5da8c3e538a38f3eb396a8cc7 (diff) | |
| download | scintilla-mirror-c4e2263b026a0b5aa67c421b767c3ebbabda654f.tar.gz | |
Merge with main repository.
Diffstat (limited to 'include/SciLexer.h')
| -rw-r--r-- | include/SciLexer.h | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/include/SciLexer.h b/include/SciLexer.h index 1d5b69ede..e8805f2d6 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -344,6 +344,16 @@  #define SCE_PL_SUB_PROTOTYPE 40  #define SCE_PL_FORMAT_IDENT 41  #define SCE_PL_FORMAT 42 +#define SCE_PL_STRING_VAR 43 +#define SCE_PL_XLAT 44 +#define SCE_PL_REGEX_VAR 54 +#define SCE_PL_REGSUBST_VAR 55 +#define SCE_PL_BACKTICKS_VAR 57 +#define SCE_PL_HERE_QQ_VAR 61 +#define SCE_PL_HERE_QX_VAR 62 +#define SCE_PL_STRING_QQ_VAR 64 +#define SCE_PL_STRING_QX_VAR 65 +#define SCE_PL_STRING_QR_VAR 66  #define SCE_RB_DEFAULT 0  #define SCE_RB_ERROR 1  #define SCE_RB_COMMENTLINE 2 @@ -408,6 +418,14 @@  #define SCE_L_TAG 2  #define SCE_L_MATH 3  #define SCE_L_COMMENT 4 +#define SCE_L_TAG2 5 +#define SCE_L_MATH2 6 +#define SCE_L_COMMENT2 7 +#define SCE_L_VERBATIM 8 +#define SCE_L_SHORTCMD 9 +#define SCE_L_SPECIAL 10 +#define SCE_L_CMDOPT 11 +#define SCE_L_ERROR 12  #define SCE_LUA_DEFAULT 0  #define SCE_LUA_COMMENT 1  #define SCE_LUA_COMMENTLINE 2 @@ -428,6 +446,7 @@  #define SCE_LUA_WORD6 17  #define SCE_LUA_WORD7 18  #define SCE_LUA_WORD8 19 +#define SCE_LUA_LABEL 20  #define SCE_ERR_DEFAULT 0  #define SCE_ERR_PYTHON 1  #define SCE_ERR_GCC 2 | 
