diff options
author | nyamatongwe <devnull@localhost> | 2004-07-19 09:44:41 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-07-19 09:44:41 +0000 |
commit | d087a0fa725a2ddbe871041c8473fdf701009922 (patch) | |
tree | d8373c58294f5de2d025c8370d38c6a6b7e861df /include/SciLexer.h | |
parent | 42dc5eadfc23669ecc3ed9bbfdf7b48c08796fa6 (diff) | |
download | scintilla-mirror-d087a0fa725a2ddbe871041c8473fdf701009922.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 |