diff options
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) |