diff options
author | nyamatongwe <unknown> | 2005-06-04 02:30:25 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-06-04 02:30:25 +0000 |
commit | e2191ba52a0b0ce46bbc93c3714b0b91c662a016 (patch) | |
tree | 98fd425180bceb3df0e0c46db9f6abc47a99dafa /include/SciLexer.h | |
parent | 9dc1b220fbf1c5b344a9c7d36a07b3a818306f54 (diff) | |
download | scintilla-mirror-e2191ba52a0b0ce46bbc93c3714b0b91c662a016.tar.gz |
Addition of SCE_PL_POD_VERB by Kein-Hong Man.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 1 |
1 files changed, 1 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 |