From 458017a291d200b736efe5d4b8dcb6789eb08b3a Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Sat, 3 May 2025 22:59:56 +0200
Subject: cook: add section markers

---
 cook/debug.sld | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'cook/debug.sld')

diff --git a/cook/debug.sld b/cook/debug.sld
index 1f4f803..5b6ddb2 100644
--- a/cook/debug.sld
+++ b/cook/debug.sld
@@ -15,6 +15,8 @@
          (list 'comment text))
         (($ <note> text)
          (list 'note text))
+        (($ <section> name)
+         (list 'section name))
         (($ <component> name amount)
          (list 'component name (cook->list amount)))
         (($ <cookware> name amount)
-- 
cgit v1.2.3