From 06dc05b1d06bcffc4b38aabae49a249ac4502563 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 27 Sep 2003 01:22:05 +0000 Subject: Updated YAML lexer. --- include/SciLexer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/SciLexer.h') 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 -- cgit v1.2.3