diff options
author | nyamatongwe <devnull@localhost> | 2001-07-30 08:18:53 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-07-30 08:18:53 +0000 |
commit | f2b1bd9e3969c179dd9c214f4c96b084f1c9d2a3 (patch) | |
tree | 673671ffa899157ac9a71f5228f51733458596af /include/SciLexer.h | |
parent | 3aeb924fad62e807442dda2e90faf20558ecb36a (diff) | |
download | scintilla-mirror-f2b1bd9e3969c179dd9c214f4c96b084f1c9d2a3.tar.gz |
Lex class for .NET tracebacks in the output lexer.
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 7419c43b0..c43a54134 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -225,6 +225,7 @@ #define SCE_ERR_CMD 4 #define SCE_ERR_BORLAND 5 #define SCE_ERR_PERL 6 +#define SCE_ERR_NET 7 #define SCE_ERR_DIFF_CHANGED 10 #define SCE_ERR_DIFF_ADDITION 11 #define SCE_ERR_DIFF_DELETION 12 |