aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-07-31 04:07:02 +0000
committernyamatongwe <devnull@localhost>2007-07-31 04:07:02 +0000
commitfbf7f11ae47d0d21b2937a4f1c86cefdfaf94ebd (patch)
treec64a96b6a7e40aba7010b3e402efc5f93d96daa1 /include/SciLexer.h
parent32535032bd41af3610609d3e400e3910be92c983 (diff)
downloadscintilla-mirror-fbf7f11ae47d0d21b2937a4f1c86cefdfaf94ebd.tar.gz
Eric Promislow added an operator state for YAML and recognise comments
after code.
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 692cc2198..fcffb6d3a 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -738,6 +738,7 @@
#define SCE_YAML_DOCUMENT 6
#define SCE_YAML_TEXT 7
#define SCE_YAML_ERROR 8
+#define SCE_YAML_OPERATOR 9
#define SCE_TEX_DEFAULT 0
#define SCE_TEX_SPECIAL 1
#define SCE_TEX_GROUP 2