leafOfTree/vim-svelte-plugin

Fold separately on {:else}

Closed this issue · 1 comments

Currently toggling fold on {:else} folds the whole if block. Probably would be better if only content of else block folded? Same regarding {:else if ...}.

Good idea. I've enabled fold on separate blocks.