aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2007-06-25 01:46:25 +0000
committernyamatongwe <unknown>2007-06-25 01:46:25 +0000
commit4c4d6eedb22bb6963120bcb77f5321f96759a074 (patch)
tree059f2d45f3344ce332ed27a5b75138633de22bc8 /include/Scintilla.iface
parent903e4bd44bab47455f533915caaa95bd2fd2e99e (diff)
downloadscintilla-mirror-4c4d6eedb22bb6963120bcb77f5321f96759a074.tar.gz
Allow use of all 8 bits for lexical styles and LexHTML set to use 8 buts.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index b89236b71..b947301ea 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -360,7 +360,7 @@ val STYLE_CONTROLCHAR=36
val STYLE_INDENTGUIDE=37
val STYLE_CALLTIP=38
val STYLE_LASTPREDEFINED=39
-val STYLE_MAX=127
+val STYLE_MAX=255
# Character set identifiers are used in StyleSetCharacterSet.
# The values are the same as the Windows *_CHARSET values.