I'm trying to set up a code folding rule that will let me fold sections of CSS files I work on. I usually define sections in my code like this:
/* Section_Start <section name> */ ... /* Section_End <section name */
I've got the Pragmatic book, and I've looked at the included bundles, but I can't figure out a working solution...anybody got some pointers on how to accomplish this?
Keith