aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-07-05 11:54:23 +0000
committernyamatongwe <devnull@localhost>2007-07-05 11:54:23 +0000
commit5aa537fe2355c591c5f90ebfadb0671c065f000d (patch)
tree0ea69e465236e4d47792e2c483c1bf077666acf5 /include/SciLexer.h
parent7b05ddcbd5c629bf33b539779514e1bf181b4fef (diff)
downloadscintilla-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.h1
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