From 089f6e12c2d557b02caf545604db93e20a2c99b3 Mon Sep 17 00:00:00 2001
From: Matthew Woodcraft <matthew@woodcraft.me.uk>
Date: Sat, 6 May 2023 15:02:16 +0100
Subject: [PATCH] keywords.md: add an entry for macro_rules in the "Weak
 keywords" lexer block

---
 src/keywords.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/keywords.md b/src/keywords.md
index 67f1089d8..1855a35d0 100644
--- a/src/keywords.md
+++ b/src/keywords.md
@@ -111,6 +111,7 @@ is possible to declare a variable or method with the name `union`.
   Beginning in the 2018 edition, `dyn` has been promoted to a strict keyword.
 
 > **<sup>Lexer</sup>**\
+> KW_MACRO_RULES    : `macro_rules`\
 > KW_UNION          : `union`\
 > KW_STATICLIFETIME : `'static`
 >