aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-10-26 04:42:35 +0000
committernyamatongwe <devnull@localhost>2002-10-26 04:42:35 +0000
commit8321267b84894f432da8c136ac2f9c5c46792ded (patch)
tree7f6a65d909eb72c8395d0fbd43f01696e7017470 /include/SciLexer.h
parenta82b5c96650c0bc1cd536da069cc03a278e9e51c (diff)
downloadscintilla-mirror-8321267b84894f432da8c136ac2f9c5c46792ded.tar.gz
Patch from Jakub Vrána to recognise PHP errors.
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 8137db8f3..f3bd22d8b 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -277,6 +277,7 @@
#define SCE_ERR_DIFF_ADDITION 11
#define SCE_ERR_DIFF_DELETION 12
#define SCE_ERR_DIFF_MESSAGE 13
+#define SCE_ERR_PHP 14
#define SCE_BAT_DEFAULT 0
#define SCE_BAT_COMMENT 1
#define SCE_BAT_WORD 2