> > GB Hoyt, > > Please tell us what the fix was, so that if anyone has a similar > problem in the future, they can benefit from your research and > troubleshooting. > > > Regards, > > Russell > _______________________________________________ > Geany mailing list > [email protected] > https://lists.uvena.de/cgi-bin/mailman/listinfo/geany There wasn't a fix for the specific problem, /^ whatever "(^".*)"$/ still formats poorly, terminating the first " within the regex after the second ^. the workaround is to use /^ whatever (.*)$/ instead, not a real solution, just a workalike that keeps the colors pretty.
GB Hoyt KG4GVL Lakeland, FL
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
