aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-02-13 04:29:30 +0000
committernyamatongwe <unknown>2006-02-13 04:29:30 +0000
commitb65fb78e1be5b212d8dd3a31fc3c7c52d7f5ba49 (patch)
tree2f8add959ae7383eb125fbeb93418fa0d4a46673 /include/SciLexer.h
parent03641f9b1917ac11fa1b79f883b15abdee2b0c3f (diff)
downloadscintilla-mirror-b65fb78e1be5b212d8dd3a31fc3c7c52d7f5ba49.tar.gz
Patch from Sebastian Pipping allows the key for each property to be styled
differently to the value.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index d72f55642..b1ab9ce34 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -328,6 +328,7 @@
#define SCE_PROPS_SECTION 2
#define SCE_PROPS_ASSIGNMENT 3
#define SCE_PROPS_DEFVAL 4
+#define SCE_PROPS_KEY 5
#define SCE_L_DEFAULT 0
#define SCE_L_COMMAND 1
#define SCE_L_TAG 2