Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add suport for // multiline comments #91

Open
mathiasschopmans opened this issue Aug 21, 2015 · 1 comment
Open

Add suport for // multiline comments #91

mathiasschopmans opened this issue Aug 21, 2015 · 1 comment

Comments

@mathiasschopmans
Copy link

Sass seems to support multiline comments escaped by // + indentation
sass/sass#338 (comment)

//
  I will not be rendered
  .box
    background: $gray-dark
    p
      margin: 0 0 5px

Github syntax-highlighting might be also broken, but maybe they're using your package. 😛

This is what it currently looks like in Sublime Text 3.0
box_sass _style

Thank your for your investigation!

@JGJP
Copy link

JGJP commented Jun 6, 2017

This also applies to the use of /* but with the problem that it thinks the multiline comment is going on forever

screenshot 2017-06-06 16 50 00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants