aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-09-06 22:16:37 +0000
committernyamatongwe <unknown>2005-09-06 22:16:37 +0000
commit6afe08736455650e07a6bc234c20d34a1ca3ffcf (patch)
treeb8e316110916666d4bfca6e77ebc324c6810ff6d /include/SciLexer.h
parentb27cf12446ea2680181b5f9c3bd9f3e8dffc888c (diff)
downloadscintilla-mirror-6afe08736455650e07a6bc234c20d34a1ca3ffcf.tar.gz
Added highlighting for decorators and a set of identifiers.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 3d8bd277e..5d52de6c4 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -103,6 +103,8 @@
#define SCE_P_IDENTIFIER 11
#define SCE_P_COMMENTBLOCK 12
#define SCE_P_STRINGEOL 13
+#define SCE_P_WORD2 14
+#define SCE_P_DECORATOR 15
#define SCE_C_DEFAULT 0
#define SCE_C_COMMENT 1
#define SCE_C_COMMENTLINE 2