Hey Steve thanks for the scripts. However whether I set the language to PHP or HTML, the problem still exists. The syntax coloring and folding is wrong. Thanks.
On Jun 20, 4:27 pm, Steve Piercy <[email protected]> wrote: > On Jun 18, 8:17 pm, ryentzer <[email protected]> wrote: > > > At times when I have php inside of an html element the coloring of the > > php does not always show correctly. > > > In this instance: > > <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> > > the <?php post_class() ?> is the same color as the html element, and > > the id="post- is the foreground color, not the html element color. > > > Here is a link to a screenshot. > > >http://forbenmedia.com/online/syntaxColoring.png > > > I have the page set as HTML. > > I wrote a Codeless Language Module for Lasso a while back, and > included some scripts in the .zip file that allow you to use a > keyboard shortcut to switch between Language Modes. Skip all the stuff > about how I made the CLM and read the "Installation > Instructions".http://www.stevepiercy.com/lasso_stuff/bbedit_ldml_syntax.lasso > > Substitute "PHP" for "Lasso". Same concept. All you need to do is > modify keyboard shortcuts and the AppleScripts to taste. > > --steve -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
