From 75d54ad0c5d9bdcb02e9934401f1a23bc0645de7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 26 May 2025 10:18:42 +0200 Subject: add syntax PrefixDefinition; improve text on Markdown --- syntax/def.peg | 1 + 1 file changed, 1 insertion(+) (limited to 'syntax/def.peg') diff --git a/syntax/def.peg b/syntax/def.peg index 11ce1ab..ab809ac 100644 --- a/syntax/def.peg +++ b/syntax/def.peg @@ -49,6 +49,7 @@ NEWLINE <- '\r\n' # Semantic Markdown # @see +PrefixDefinition <- '{' CuriePrefix '}' ':' _? SemWord NEWLINE AnnotatedWordsX <- '[' Words ']' ('{' (SemWords / ![{}] PlainWords) '}') SemWords <- SemWord (_ SemWord)* -- cgit v1.2.3