X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e9bafca0f56de34638d4c3fef8cf74fe9351193..08469b1f18dbf44abd5400ddf83a7c0e1bd65af1:/include/wx/stc/stc.h diff --git a/include/wx/stc/stc.h b/include/wx/stc/stc.h index 3a1132d020..c4815d274c 100644 --- a/include/wx/stc/stc.h +++ b/include/wx/stc/stc.h @@ -382,6 +382,10 @@ #define wxSTC_LEX_CSOUND 74 #define wxSTC_LEX_FREEBASIC 75 +// These are deprecated, STC_LEX_HTML should be used instead. +#define wxSTC_LEX_ASP 29 +#define wxSTC_LEX_PHP 30 + // When a lexer specifies its language as SCLEX_AUTOMATIC it receives a // value assigned in sequence from SCLEX_AUTOMATIC+1. #define wxSTC_LEX_AUTOMATIC 1000