diff options
author | nyamatongwe <unknown> | 2001-01-06 00:10:06 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-01-06 00:10:06 +0000 |
commit | 8ad80b36b828e8e458a98a992b50efcdb261fdba (patch) | |
tree | a38fddb0453a24a4f6b5ed958b41738254ff2743 /include/SciLexer.h | |
parent | 3995a7a46d6cef2b9673bf83a85904a995f37064 (diff) | |
download | scintilla-mirror-8ad80b36b828e8e458a98a992b50efcdb261fdba.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 |