diff options
| author | nyamatongwe <unknown> | 2007-07-31 04:07:02 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2007-07-31 04:07:02 +0000 | 
| commit | ad78f49baf803944285c6acacf19a72846c44c04 (patch) | |
| tree | c64a96b6a7e40aba7010b3e402efc5f93d96daa1 /include/SciLexer.h | |
| parent | 6cb0be3014ecbab91f2bfa92ca7ae4058e70192b (diff) | |
| download | scintilla-mirror-ad78f49baf803944285c6acacf19a72846c44c04.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 | 
