From 8f36d3ae73e93b278c76cdad3ed34eaa35ca7eb7 Mon Sep 17 00:00:00 2001 From: C3pa <41503714+C3pa@users.noreply.github.com> Date: Sun, 16 Nov 2025 19:19:46 +0100 Subject: [PATCH] Document pragma author and description --- pattern_language/core-language/preprocessor.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pattern_language/core-language/preprocessor.md b/pattern_language/core-language/preprocessor.md index 9936e53..b83e8ff 100644 --- a/pattern_language/core-language/preprocessor.md +++ b/pattern_language/core-language/preprocessor.md @@ -113,3 +113,15 @@ This pragma enables the debug mode in the evaluator. This causes the following t * Any creation and assignment of variables will be logged to the console * Any function call and their parameters will be logged to the console * If an error occurs, the patterns that were already placed in memory will not be deleted + +#### `author` + +**Possible values:** Any string value **Default:** `Unspecified` + +This pragma specifies the pattern author shown in the [Content Store](../../imhex/misc/content-store.md). If you need to specify multiple authors, use only one `#pragma author`. + +#### `description` + +**Possible values:** Any string value **Default:** `Unspecified` + +This pragma specifies the description shown for the pattern in the [Content Store](../../imhex/misc/content-store.md).