diff options
author | nyamatongwe <unknown> | 2003-09-27 01:22:05 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-09-27 01:22:05 +0000 |
commit | 2a126445d41d00d240ac6d00136db5bdb0772917 (patch) | |
tree | 97e418592a85d28e06173b714c6b4b1f0302d4c3 /include/SciLexer.h | |
parent | 03e957297e0b4a513baf6b00ec10f97bb53c4fcb (diff) | |
download | scintilla-mirror-2a126445d41d00d240ac6d00136db5bdb0772917.tar.gz |
Updated YAML lexer.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 4f25f6283..630b08866 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -574,6 +574,8 @@ #define SCE_YAML_NUMBER 4 #define SCE_YAML_REFERENCE 5 #define SCE_YAML_DOCUMENT 6 +#define SCE_YAML_TEXT 7 +#define SCE_YAML_ERROR 8 //--Autogenerated -- end of section automatically generated from Scintilla.iface #endif |