diff options
author | nyamatongwe <unknown> | 2000-12-19 01:21:19 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-12-19 01:21:19 +0000 |
commit | 9e91e969b5b32bbc4bfbb4b72b33514670b6439d (patch) | |
tree | b913606f6813a28728a52dd0d156baa787355ed3 /include | |
parent | 9f18dafb246a9f85ebbc34df95a1554286c3adaf (diff) | |
download | scintilla-mirror-9e91e969b5b32bbc4bfbb4b72b33514670b6439d.tar.gz |
Perl updated.
If property line has no '=' it is treated as '=1'.
Diffstat (limited to 'include')
-rw-r--r-- | include/SciLexer.h | 1 | ||||
-rw-r--r-- | include/Scintilla.iface | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index acd33014f..04372d25b 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -182,6 +182,7 @@ #define SCE_PL_HERE_Q 23 #define SCE_PL_HERE_QQ 24 #define SCE_PL_HERE_QX 25 +#define SCE_PL_STRING_Q 26 #define SCE_L_DEFAULT 0 #define SCE_L_COMMAND 1 #define SCE_L_TAG 2 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 7e21cae71..f5ea2f965 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1289,6 +1289,7 @@ val SCE_PL_HERE_DELIM=22 val SCE_PL_HERE_Q=23 val SCE_PL_HERE_QQ=24 val SCE_PL_HERE_QX=25 +val SCE_PL_STRING_Q=26 # Lexical states for SCLEX_LATEX val SCE_L_DEFAULT=0 val SCE_L_COMMAND=1 |