BBEdit-Codeless-Language-Module-for-HAML-SASS icon indicating copy to clipboard operation
BBEdit-Codeless-Language-Module-for-HAML-SASS copied to clipboard

Problem with comments in SASS

Open jasperswart opened this issue 11 years ago • 0 comments

Dear Matt,

Comments are not correctly displayed.

If you use in comments pattern:

                (//.*$)        |    (?# Line comment)
                (?s:/\*.*?\*/) |    (?# Block comment)
                (?s:/\*.*)          (?# Block comment unclosed)

Then the syntax collorin gwork the same as with other native language handlers in BBEdit.

Regards, Jasper

jasperswart avatar Jun 07 '13 13:06 jasperswart