aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-11-21 11:25:43 +0000
committernyamatongwe <unknown>2000-11-21 11:25:43 +0000
commit1c067f2c069e506156b4b51715a631febfba7846 (patch)
tree7473a6545465389e9e1c2b8c2f75c78333357db6 /include/SciLexer.h
parentc013fdd1aafcf6d89ba4f90bdc9ac9a20c3cd389 (diff)
downloadscintilla-mirror-1c067f2c069e506156b4b51715a631febfba7846.tar.gz
Steffen's patch for here documents.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 7edf11a4d..98b5e29a7 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -158,7 +158,7 @@
#define SCE_HPHP_COMMENTLINE 125
#define SCE_HPHP_STRINGEOL 126
#define SCE_PL_DEFAULT 0
-#define SCE_PL_HERE 1
+#define SCE_PL_ERROR 1
#define SCE_PL_COMMENTLINE 2
#define SCE_PL_POD 3
#define SCE_PL_NUMBER 4
@@ -179,6 +179,10 @@
#define SCE_PL_LONGQUOTE 19
#define SCE_PL_BACKTICKS 20
#define SCE_PL_DATASECTION 21
+#define SCE_PL_HERE_DELIM 22
+#define SCE_PL_HERE_Q 23
+#define SCE_PL_HERE_QQ 24
+#define SCE_PL_HERE_QX 25
#define SCE_L_DEFAULT 0
#define SCE_L_COMMAND 1
#define SCE_L_TAG 2