diff --git a/ftplugin/pml.vim b/ftplugin/pml.vim index 9b2142f..630ca26 100644 --- a/ftplugin/pml.vim +++ b/ftplugin/pml.vim @@ -26,8 +26,8 @@ endif if exists("g:pml_foldable_elements") let s:elements = g:pml_foldable_elements else - " Sidebar and figure elements are foldable by default - let s:elements = ['sidebar', 'figure'] + " Sidebar, figure and recipe elements are foldable by default + let s:elements = ['sidebar', 'figure', 'recipe'] endif function! PmlFolds()