aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-02-13 04:29:30 +0000
committernyamatongwe <devnull@localhost>2006-02-13 04:29:30 +0000
commit9c0deaed39b7ec5f4139db7027eabe583c4a90a8 (patch)
tree2f8add959ae7383eb125fbeb93418fa0d4a46673 /include/Scintilla.iface
parent4e14aed3644606b0ab8a55458f73a5a7df1eabf0 (diff)
downloadscintilla-mirror-9c0deaed39b7ec5f4139db7027eabe583c4a90a8.tar.gz
Patch from Sebastian Pipping allows the key for each property to be styled
differently to the value.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index ecb366530..d296ce85d 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2099,6 +2099,7 @@ val SCE_PROPS_COMMENT=1
val SCE_PROPS_SECTION=2
val SCE_PROPS_ASSIGNMENT=3
val SCE_PROPS_DEFVAL=4
+val SCE_PROPS_KEY=5
# Lexical states for SCLEX_LATEX
lex LaTeX=SCLEX_LATEX SCE_L_
val SCE_L_DEFAULT=0