diff options
author | nyamatongwe <devnull@localhost> | 2009-10-27 00:03:30 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-10-27 00:03:30 +0000 |
commit | dbe307598244e62b0f16c39eee078f1c19fa396c (patch) | |
tree | bc59a48190f73bd0babbe041bccd423afea8f05d /include/Scintilla.h | |
parent | 6085a182d195a0a7d73548f321ce1ba9da005a4d (diff) | |
download | scintilla-mirror-dbe307598244e62b0f16c39eee078f1c19fa396c.tar.gz |
Added GetLexerLanguage.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |