aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-10-27 11:16:05 +0000
committernyamatongwe <unknown>2001-10-27 11:16:05 +0000
commit83ec763aff39f7dd7dbd80954335e1841d061601 (patch)
tree6592b77f5041e3288038ce38bb000b2b8a42a248 /include/SciLexer.h
parentafcb7dbf5ce5a1e8ae2b8b7c0c40643b1b19be9c (diff)
downloadscintilla-mirror-83ec763aff39f7dd7dbd80954335e1841d061601.tar.gz
Added lexical mode numbers for ASP and PHP.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index e4405eada..63e2689a8 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -43,6 +43,8 @@
#define SCLEX_NNCRONTAB 26
#define SCLEX_BULLANT 27
#define SCLEX_VBSCRIPT 28
+#define SCLEX_ASP 29
+#define SCLEX_PHP 30
#define SCLEX_AUTOMATIC 1000
#define SCE_P_DEFAULT 0
#define SCE_P_COMMENTLINE 1