sass-textmate-bundle
sass-textmate-bundle copied to clipboard
Double quotes in single quotes breaks syntax highlighting
While working with the content attribute, I found out that the following will break the syntax highlighting
content: "'"; // this works
content: '"'; // this doesn't
@dschu-lab looks like #79 fixed this:
Thanks for the heads up! :+1: