X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a2fb4cd61069956c046e9721fda447ba1a743d7..ce8897bbff9d364dbef319bdec3db1126eb7fd92:/contrib/src/stc/scintilla/include/SciLexer.h diff --git a/contrib/src/stc/scintilla/include/SciLexer.h b/contrib/src/stc/scintilla/include/SciLexer.h index fb77a702e0..a6066cd585 100644 --- a/contrib/src/stc/scintilla/include/SciLexer.h +++ b/contrib/src/stc/scintilla/include/SciLexer.h @@ -47,6 +47,7 @@ #define SCLEX_PHP 30 #define SCLEX_BAAN 31 #define SCLEX_MATLAB 32 +#define SCLEX_SCRIPTOL 33 #define SCLEX_AUTOMATIC 1000 #define SCE_P_DEFAULT 0 #define SCE_P_COMMENTLINE 1 @@ -81,15 +82,6 @@ #define SCE_C_WORD2 16 #define SCE_C_COMMENTDOCKEYWORD 17 #define SCE_C_COMMENTDOCKEYWORDERROR 18 -#define SCE_B_DEFAULT 0 -#define SCE_B_COMMENT 1 -#define SCE_B_NUMBER 2 -#define SCE_B_KEYWORD 3 -#define SCE_B_STRING 4 -#define SCE_B_PREPROCESSOR 5 -#define SCE_B_OPERATOR 6 -#define SCE_B_IDENTIFIER 7 -#define SCE_B_DATE 8 #define SCE_H_DEFAULT 0 #define SCE_H_TAG 1 #define SCE_H_TAGUNKNOWN 2 @@ -230,6 +222,20 @@ #define SCE_PL_STRING_QX 28 #define SCE_PL_STRING_QR 29 #define SCE_PL_STRING_QW 30 +#define SCE_B_DEFAULT 0 +#define SCE_B_COMMENT 1 +#define SCE_B_NUMBER 2 +#define SCE_B_KEYWORD 3 +#define SCE_B_STRING 4 +#define SCE_B_PREPROCESSOR 5 +#define SCE_B_OPERATOR 6 +#define SCE_B_IDENTIFIER 7 +#define SCE_B_DATE 8 +#define SCE_PROPS_DEFAULT 0 +#define SCE_PROPS_COMMENT 1 +#define SCE_PROPS_SECTION 2 +#define SCE_PROPS_ASSIGNMENT 3 +#define SCE_PROPS_DEFVAL 4 #define SCE_L_DEFAULT 0 #define SCE_L_COMMAND 1 #define SCE_L_TAG 2 @@ -262,6 +268,7 @@ #define SCE_ERR_PERL 6 #define SCE_ERR_NET 7 #define SCE_ERR_LUA 8 +#define SCE_ERR_CTAG 9 #define SCE_ERR_DIFF_CHANGED 10 #define SCE_ERR_DIFF_ADDITION 11 #define SCE_ERR_DIFF_DELETION 12 @@ -281,6 +288,13 @@ #define SCE_MAKE_OPERATOR 4 #define SCE_MAKE_TARGET 5 #define SCE_MAKE_IDEOL 9 +#define SCE_DIFF_DEFAULT 0 +#define SCE_DIFF_COMMENT 1 +#define SCE_DIFF_COMMAND 2 +#define SCE_DIFF_HEADER 3 +#define SCE_DIFF_POSITION 4 +#define SCE_DIFF_DELETED 5 +#define SCE_DIFF_ADDED 6 #define SCE_CONF_DEFAULT 0 #define SCE_CONF_COMMENT 1 #define SCE_CONF_NUMBER 2 @@ -358,6 +372,26 @@ #define SCE_MATLAB_STRING 5 #define SCE_MATLAB_OPERATOR 6 #define SCE_MATLAB_IDENTIFIER 7 +#define SCE_SCRIPTOL_DEFAULT 0 +#define SCE_SCRIPTOL_COMMENT 1 +#define SCE_SCRIPTOL_COMMENTLINE 2 +#define SCE_SCRIPTOL_COMMENTDOC 3 +#define SCE_SCRIPTOL_NUMBER 4 +#define SCE_SCRIPTOL_WORD 5 +#define SCE_SCRIPTOL_STRING 6 +#define SCE_SCRIPTOL_CHARACTER 7 +#define SCE_SCRIPTOL_UUID 8 +#define SCE_SCRIPTOL_PREPROCESSOR 9 +#define SCE_SCRIPTOL_OPERATOR 10 +#define SCE_SCRIPTOL_IDENTIFIER 11 +#define SCE_SCRIPTOL_STRINGEOL 12 +#define SCE_SCRIPTOL_VERBATIM 13 +#define SCE_SCRIPTOL_REGEX 14 +#define SCE_SCRIPTOL_COMMENTLINEDOC 15 +#define SCE_SCRIPTOL_WORD2 16 +#define SCE_SCRIPTOL_COMMENTDOCKEYWORD 17 +#define SCE_SCRIPTOL_COMMENTDOCKEYWORDERROR 18 +#define SCE_SCRIPTOL_COMMENTBASIC 19 //--Autogenerated -- end of section automatically generated from Scintilla.iface #endif