diff options
author | nyamatongwe <devnull@localhost> | 2007-07-05 11:54:23 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-07-05 11:54:23 +0000 |
commit | 5aa537fe2355c591c5f90ebfadb0671c065f000d (patch) | |
tree | 0ea69e465236e4d47792e2c483c1bf077666acf5 /include/SciLexer.h | |
parent | 7b05ddcbd5c629bf33b539779514e1bf181b4fef (diff) | |
download | scintilla-mirror-5aa537fe2355c591c5f90ebfadb0671c065f000d.tar.gz |
lexer.errorlist.value.separate styles location and matched text separately
for Find in Files command.
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 de717c4eb..85fdfe36f 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -422,6 +422,7 @@ #define SCE_ERR_ABSF 18 #define SCE_ERR_TIDY 19 #define SCE_ERR_JAVA_STACK 20 +#define SCE_ERR_VALUE 21 #define SCE_BAT_DEFAULT 0 #define SCE_BAT_COMMENT 1 #define SCE_BAT_WORD 2 |