summaryrefslogtreecommitdiff
path: root/cook/debug.sld
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2025-05-03 22:59:56 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2025-05-03 22:59:56 +0200
commit458017a291d200b736efe5d4b8dcb6789eb08b3a (patch)
tree74aad82c2a138b17e3d75c8290907fb94f01444e /cook/debug.sld
parent8a221325935df057c89938de69e6393c3aec62d5 (diff)
cook: add section markers
Diffstat (limited to 'cook/debug.sld')
-rw-r--r--cook/debug.sld2
1 files changed, 2 insertions, 0 deletions
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)