summaryrefslogtreecommitdiff
path: root/cook/debug.sld
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2025-05-03 22:41:49 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2025-05-03 22:41:49 +0200
commit8a221325935df057c89938de69e6393c3aec62d5 (patch)
treed67315ee23f130d647fd60f7685f02b5c9f17321 /cook/debug.sld
parent9eb062d7c2abf9a67000ea5dc63a28facd655365 (diff)
cook: add support for notes
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 c35f8f9..1f4f803 100644
--- a/cook/debug.sld
+++ b/cook/debug.sld
@@ -13,6 +13,8 @@
(list 'amount quantity unit))
(($ <comment> text)
(list 'comment text))
+ (($ <note> text)
+ (list 'note text))
(($ <component> name amount)
(list 'component name (cook->list amount)))
(($ <cookware> name amount)