BBEdit-Codeless-Language-Module-for-HAML-SASS
BBEdit-Codeless-Language-Module-for-HAML-SASS copied to clipboard
Problem with comments in SASS
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