From b65fb78e1be5b212d8dd3a31fc3c7c52d7f5ba49 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 13 Feb 2006 04:29:30 +0000 Subject: Patch from Sebastian Pipping allows the key for each property to be styled differently to the value. --- include/Scintilla.iface | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.iface') 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 -- cgit v1.2.3