Matt, It has been a long times (3 or 4 years) since I created a CLM for AppleScript, and if it hadn't been for Jim Correia, I would have never gotten it working.
Whenever using ScriptDebugger (CMD-E) will open up the script in BBEdit, where I can do all the Global Search/Replace stuff, and once done, save and close the BBEdit window and I am right back in ScriptDebugger. The AppleScript CLM works really well. If you would like to look at it to see if will help, I can post it on my website, or I can email it if you wish. http://www.journey-of-flight.com I have a BBEdit section there. I have not looked at the CLM for along time, but it works really well. Best regards, Bill Hernandez Plano, Texas On Feb 25, 2010, at 12:01 PM, Matt wrote: > I want to be able to identify different elements and have them color- > highlighted. > > #content is an ID (think CSS) > .students is a CLASS > +no-bullets is a MIXIN (think function) > :border 4px ridge #928d6b is a definition where :border is a > predefined name, ridge is a string constant, and 4px and #928d6b are > numeric constants > > How would I define these elements in a Codeless Language Module? I > have regex's for these elements I'm just not sure how to fit them into > the CLM. -- 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.
