From fd8ab2d18eb5ce51f3ebfdfd97b9d1f7a0c5d873 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 22 Jun 2017 18:04:29 +1000 Subject: Backport: Basic implementation helpers for style metadata. Backport of changeset 6347:69b7471ad62f. --- 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 064a17581..5e5c9bfe4 100644 --- a/lexlib/LexAccessor.h +++ b/lexlib/LexAccessor.h @@ -197,6 +197,13 @@ public: } }; +struct LexicalClass { + int value; + const char *name; + const char *tags; + const char *description; +}; + #ifdef SCI_NAMESPACE } #endif -- cgit v1.2.3