aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2011-08-20 20:11:21 +1000
committernyamatongwe <nyamatongwe@gmail.com>2011-08-20 20:11:21 +1000
commit88f9a63f05e08fed53c767cad7a72bb6d2f95e88 (patch)
tree77214f4ac00b2d9e1e30ee1c78780c7a63e0b64e /include/SciLexer.h
parent4d5260e36e1353b0d317e4538ca252fa430e14c2 (diff)
downloadscintilla-mirror-88f9a63f05e08fed53c767cad7a72bb6d2f95e88.tar.gz
Styling of variable interpolation for Perl. Feature #3394258.
From Kein-Hong Man.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index b265012cb..e8805f2d6 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -344,6 +344,16 @@
#define SCE_PL_SUB_PROTOTYPE 40
#define SCE_PL_FORMAT_IDENT 41
#define SCE_PL_FORMAT 42
+#define SCE_PL_STRING_VAR 43
+#define SCE_PL_XLAT 44
+#define SCE_PL_REGEX_VAR 54
+#define SCE_PL_REGSUBST_VAR 55
+#define SCE_PL_BACKTICKS_VAR 57
+#define SCE_PL_HERE_QQ_VAR 61
+#define SCE_PL_HERE_QX_VAR 62
+#define SCE_PL_STRING_QQ_VAR 64
+#define SCE_PL_STRING_QX_VAR 65
+#define SCE_PL_STRING_QR_VAR 66
#define SCE_RB_DEFAULT 0
#define SCE_RB_ERROR 1
#define SCE_RB_COMMENTLINE 2