diff options
author | nyamatongwe <devnull@localhost> | 2007-07-31 04:07:02 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-07-31 04:07:02 +0000 |
commit | fbf7f11ae47d0d21b2937a4f1c86cefdfaf94ebd (patch) | |
tree | c64a96b6a7e40aba7010b3e402efc5f93d96daa1 /include/SciLexer.h | |
parent | 32535032bd41af3610609d3e400e3910be92c983 (diff) | |
download | scintilla-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.h | 1 |
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 |