aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-04-03 11:33:39 +1100
committerNeil <nyamatongwe@gmail.com>2014-04-03 11:33:39 +1100
commita9e11e03eae995edf133f9527755ba602efe5bd8 (patch)
tree516bb49370de488dae396f5f9d76aa16f0d3e898 /include/SciLexer.h
parent72cce239b2cd5fb3b155384b89afe4085b6121b6 (diff)
downloadscintilla-mirror-a9e11e03eae995edf133f9527755ba602efe5bd8.tar.gz
C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER.
From nkmathew.
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 cb4079b8c..cd8b581aa 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -169,6 +169,7 @@
#define SCE_C_PREPROCESSORCOMMENT 23
#define SCE_C_PREPROCESSORCOMMENTDOC 24
#define SCE_C_USERLITERAL 25
+#define SCE_C_TASKMARKER 26
#define SCE_D_DEFAULT 0
#define SCE_D_COMMENT 1
#define SCE_D_COMMENTLINE 2