From dbe307598244e62b0f16c39eee078f1c19fa396c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 27 Oct 2009 00:03:30 +0000 Subject: Added GetLexerLanguage. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index e9bba868c..c7d30ca3a 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -788,6 +788,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_GETPROPERTYEXPANDED 4009 #define SCI_GETPROPERTYINT 4010 #define SCI_GETSTYLEBITSNEEDED 4011 +#define SCI_GETLEXERLANGUAGE 4012 #define SC_MOD_INSERTTEXT 0x1 #define SC_MOD_DELETETEXT 0x2 #define SC_MOD_CHANGESTYLE 0x4 -- cgit v1.2.3