aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-06-04 02:30:25 +0000
committernyamatongwe <devnull@localhost>2005-06-04 02:30:25 +0000
commit85c04b48b85c34d27364b7213b27a56e9f0f972d (patch)
tree98fd425180bceb3df0e0c46db9f6abc47a99dafa /include
parentdb1cf4a90d7176a0885fba3f3109fb35deba5b60 (diff)
downloadscintilla-mirror-85c04b48b85c34d27364b7213b27a56e9f0f972d.tar.gz
Addition of SCE_PL_POD_VERB by Kein-Hong Man.
Diffstat (limited to 'include')
-rw-r--r--include/SciLexer.h1
-rw-r--r--include/Scintilla.iface1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 44e312ae2..12df254e9 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -263,6 +263,7 @@
#define SCE_PL_STRING_QX 28
#define SCE_PL_STRING_QR 29
#define SCE_PL_STRING_QW 30
+#define SCE_PL_POD_VERB 31
#define SCE_B_DEFAULT 0
#define SCE_B_COMMENT 1
#define SCE_B_NUMBER 2
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 9193eeff1..eb150b5a4 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2007,6 +2007,7 @@ val SCE_PL_STRING_QQ=27
val SCE_PL_STRING_QX=28
val SCE_PL_STRING_QR=29
val SCE_PL_STRING_QW=30
+val SCE_PL_POD_VERB=31
# Lexical states for SCLEX_VB, SCLEX_VBSCRIPT, SCLEX_POWERBASIC
lex VB=SCLEX_VB SCE_B_
lex VBScript=SCLEX_VBSCRIPT SCE_B_