diff options
| author | nyamatongwe <unknown> | 2004-07-19 09:44:41 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2004-07-19 09:44:41 +0000 |
| commit | 9357fc2158b3789aeb3dafe62a5172e387cf1726 (patch) | |
| tree | d8373c58294f5de2d025c8370d38c6a6b7e861df /include/SciLexer.h | |
| parent | 9c5a45527c29c9912708f0f6b01dea7f701606e7 (diff) | |
| download | scintilla-mirror-9357fc2158b3789aeb3dafe62a5172e387cf1726.tar.gz | |
Java stack traces understood by errorlist 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 1418b6da1..6fc85a341 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -318,6 +318,7 @@ #define SCE_ERR_IFORT 17 #define SCE_ERR_ABSF 18 #define SCE_ERR_TIDY 19 +#define SCE_ERR_JAVA_STACK 20 #define SCE_BAT_DEFAULT 0 #define SCE_BAT_COMMENT 1 #define SCE_BAT_WORD 2 |
