aboutsummaryrefslogtreecommitdiff
path: root/syntax/def.peg
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/def.peg')
-rw-r--r--syntax/def.peg1
1 files changed, 1 insertions, 0 deletions
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 <https://source.jones.dk/semantic-markdown/about/>
+PrefixDefinition <- '{' CuriePrefix '}' ':' _? SemWord NEWLINE
AnnotatedWordsX <- '[' Words ']'
('{' (SemWords / ![{}] PlainWords) '}')
SemWords <- SemWord (_ SemWord)*