aspvbs.vim if..endif folds

add this line


syn region AspVBSFold start="^\s*\(if\)\s\+.*$" end="^\s*end\s\+\(if\)\>.*$" fold contained transparent keepend

It helps a lot 🙂