i added this to the default php syntax file so i can create folds with
//{{{ //}}} anywhere in my php.

syn region      phpParent       matchgroup=Delimiter start="//{{{" end="//}}}"
contained [EMAIL PROTECTED],phpFoldHtmlInside transparent fold

It works great but i would like to fold html sections of my php file
as well, with the same syntax above. So something like this i would
like to fold,

<?PHP
//{{{fold html
?>
<HTML>
<title>
more html
</title>
</html>
<?PHP
//}}}
?>

Thanks

Reply via email to