aboutsummaryrefslogtreecommitdiff
path: root/grammar.ebnf
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-04-16 16:42:53 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-04-16 16:42:53 +0200
commit4ce2a56b2e76b631bae5f845e310e3f46dde4dbe (patch)
tree5a5175f2c6b65c1fecd8ac8608d8dc8931adf7df /grammar.ebnf
parentc76b6669517aeb0f0453a0abf6e2b17e50588792 (diff)
feat(lexer): supports tag
Diffstat (limited to 'grammar.ebnf')
-rw-r--r--grammar.ebnf1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar.ebnf b/grammar.ebnf
index 76c124c..d443a9d 100644
--- a/grammar.ebnf
+++ b/grammar.ebnf
@@ -25,3 +25,4 @@ code-inline = "`", content, "`";
math-inline = "$", content, "$";
link = "[", [ content ], "](", content, ")";
ref = "<", content, ">";
+tag = "#", ? [^\n ]+ ?;