diff options
author | nyamatongwe <devnull@localhost> | 2007-07-14 10:58:32 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-07-14 10:58:32 +0000 |
commit | cb4dfc81d2e5f34495fe2df4a2e2035b60933156 (patch) | |
tree | 95ff937f63be879b9e37d0bd7caa05a7956a99f7 /include/SciLexer.h | |
parent | b6c5e2f5a69fca63fcdd7a2ded850299e36124b7 (diff) | |
download | scintilla-mirror-cb4dfc81d2e5f34495fe2df4a2e2035b60933156.tar.gz |
Changes from Kein-Hong Man supports fixes bareword issues and underscores
in numeric literals, and handles ^D and ^Z, subroutine prototypes, and
formats.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 85fdfe36f..692cc2198 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -317,6 +317,9 @@ #define SCE_PL_STRING_QR 29 #define SCE_PL_STRING_QW 30 #define SCE_PL_POD_VERB 31 +#define SCE_PL_SUB_PROTOTYPE 40 +#define SCE_PL_FORMAT_IDENT 41 +#define SCE_PL_FORMAT 42 #define SCE_RB_DEFAULT 0 #define SCE_RB_ERROR 1 #define SCE_RB_COMMENTLINE 2 |