diff options
author | nyamatongwe <devnull@localhost> | 2001-01-06 00:10:06 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-01-06 00:10:06 +0000 |
commit | 7a550dc686231ede477e1f8c8413dadf57f5a9a6 (patch) | |
tree | a38fddb0453a24a4f6b5ed958b41738254ff2743 /include/SciLexer.h | |
parent | 7a02cbdad06ff2d3a3f42f8519974e3521a1ef68 (diff) | |
download | scintilla-mirror-7a550dc686231ede477e1f8c8413dadf57f5a9a6.tar.gz |
Patch from Steffen to separate long quote into qq, qz, qr, and qw states.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 16144558c..b7151494f 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -184,6 +184,10 @@ #define SCE_PL_HERE_QQ 24 #define SCE_PL_HERE_QX 25 #define SCE_PL_STRING_Q 26 +#define SCE_PL_STRING_QQ 27 +#define SCE_PL_STRING_QX 28 +#define SCE_PL_STRING_QR 29 +#define SCE_PL_STRING_QW 30 #define SCE_L_DEFAULT 0 #define SCE_L_COMMAND 1 #define SCE_L_TAG 2 |