diff options
| author | nyamatongwe <devnull@localhost> | 2001-08-08 13:19:33 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-08-08 13:19:33 +0000 |
| commit | 595cc429f4b84190ae7f6135636d39114dd04972 (patch) | |
| tree | 1685be2d73ec91c9a802b5d56023a12b87c97341 /include/SciLexer.h | |
| parent | b887eca7bf954931b0f65c8ef0291f9292754be7 (diff) | |
| download | scintilla-mirror-595cc429f4b84190ae7f6135636d39114dd04972.tar.gz | |
Lua error messages handled.
Diffstat (limited to 'include/SciLexer.h')
| -rw-r--r-- | include/SciLexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index c43a54134..e3c689404 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -226,6 +226,7 @@ #define SCE_ERR_BORLAND 5 #define SCE_ERR_PERL 6 #define SCE_ERR_NET 7 +#define SCE_ERR_LUA 8 #define SCE_ERR_DIFF_CHANGED 10 #define SCE_ERR_DIFF_ADDITION 11 #define SCE_ERR_DIFF_DELETION 12 |
