Can’t be sure without seeing the CSS you are attempting to parse, although
that error suggests somewhere in the CSS there is a missing or extra: ",',
(, ), [, ], {, or }The parser appears to expect valid CSS. To find the problem test with a tool like: https://jigsaw.w3.org/css-validator/ Or for more extensive feedback: http://csslint.net/ This last one is available as a command line tool which could potentially be wired into BBEdit: https://github.com/CSSLint/csslint/wiki/Command-line-interface On Wed, 19 Dec 2018 at 01:47, Art2Go <[email protected]> wrote: > Since applying the latest updates, I cannot access the > Markup / CSS menu items. > "The CSS parser encountered a block parsing error. Make sure the following > characters are balanced properly: ",', (), [] and {} (application error > code: 31000)." > > Wasup? > > -- > This is the BBEdit Talk public discussion group. If you have a > feature request or need technical support, please email > "[email protected]" rather than posting to the group. > Follow @bbedit on Twitter: <https://www.twitter.com/bbedit> > --- > You received this message because you are subscribed to the Google Groups > "BBEdit Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/bbedit. > -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <https://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
