From 35eed469ff0228dcfd205939d2b98b52da36a5b5 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 22 Jun 2017 18:04:29 +1000 Subject: Basic implementation helpers for style metadata. --- lexlib/LexAccessor.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lexlib/LexAccessor.h') diff --git a/lexlib/LexAccessor.h b/lexlib/LexAccessor.h index 0cf6e8ce0..9f786132b 100644 --- a/lexlib/LexAccessor.h +++ b/lexlib/LexAccessor.h @@ -184,6 +184,13 @@ public: } }; +struct LexicalClass { + int value; + const char *name; + const char *tags; + const char *description; +}; + #ifdef SCI_NAMESPACE } #endif -- cgit v1.2.3