From eb7d6db67509206aa3b656cea9aedaa21f56ce6c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 20 May 2000 18:56:04 +0000 Subject: [PATCH] forgot this file in yesterday's STC checkin git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/include/wx/stc/stc.h | 2 ++ include/wx/stc/stc.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/contrib/include/wx/stc/stc.h b/contrib/include/wx/stc/stc.h index 890b2f03bd..11919c5a78 100644 --- a/contrib/include/wx/stc/stc.h +++ b/contrib/include/wx/stc/stc.h @@ -152,6 +152,8 @@ enum wxSTC_LEX { wxSTC_LEX_ERRORLIST, wxSTC_LEX_MAKEFILE, wxSTC_LEX_BATCH, + wxSTC_LEX_XCODE, + wxSTC_LEX_LATEX }; diff --git a/include/wx/stc/stc.h b/include/wx/stc/stc.h index 890b2f03bd..11919c5a78 100644 --- a/include/wx/stc/stc.h +++ b/include/wx/stc/stc.h @@ -152,6 +152,8 @@ enum wxSTC_LEX { wxSTC_LEX_ERRORLIST, wxSTC_LEX_MAKEFILE, wxSTC_LEX_BATCH, + wxSTC_LEX_XCODE, + wxSTC_LEX_LATEX };