diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-05-03 22:59:56 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-05-03 22:59:56 +0200 |
commit | 458017a291d200b736efe5d4b8dcb6789eb08b3a (patch) | |
tree | 74aad82c2a138b17e3d75c8290907fb94f01444e /cook/debug.sld | |
parent | 8a221325935df057c89938de69e6393c3aec62d5 (diff) |
cook: add section markers
Diffstat (limited to 'cook/debug.sld')
-rw-r--r-- | cook/debug.sld | 2 |
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) |