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