Sometimes I work on files with multiple PHP blocks in them, so I'd like to be able to fold the <? and ?> tags. I tried to implement it by modifying the code folding strings lines in the appropriate place in my php.uew file, to no avail:
It appears from my testing that the question mark is viewed as a special character and my various attempts to escape the character haven't been fruitful. What am I doing wrong?
Thanks,
Mike
Code: Select all
/Open Fold Strings = "{" "<?"
/Close Fold Strings = "}" "?>"
Thanks,
Mike