Skip to content

Commit

Permalink
Add <recipe> to default list of foldable elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Aug 29, 2011
1 parent 8788d66 commit 166b1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ftplugin/pml.vim
Expand Up @@ -26,8 +26,8 @@ endif
if exists("g:pml_foldable_elements") if exists("g:pml_foldable_elements")
let s:elements = g:pml_foldable_elements let s:elements = g:pml_foldable_elements
else else
" Sidebar and figure elements are foldable by default " Sidebar, figure and recipe elements are foldable by default
let s:elements = ['sidebar', 'figure'] let s:elements = ['sidebar', 'figure', 'recipe']
endif endif


function! PmlFolds() function! PmlFolds()
Expand Down

0 comments on commit 166b1b7

Please sign in to comment.