I am just starting with VIM and trying to use syntax highlighting. When start and end of fold is commented, whole block inside is highlighted as comment. Is it possible to highlight it normally?
I included following in my snytax file:
syn region vimFoldAnfang
\ start="\<sta\%[rt]\>"
\ end="\<end\%[e]\>"
\ transparent fold
\ extend
\ containedin=ALLBUT,@vimNoFold
\ skip=+"\%(\\"\|[^"]\)\{-}\%("\|$\)\|'[^']\{-}'+