-
Notifications
You must be signed in to change notification settings - Fork 2
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
Doesn't respect prettier-ignore
#3
Comments
Besides, how to comment without a new line? |
I think currently inline comment at the end of line is supported, see https://github.com/lsdsjy/prettier-plugin-stylus/blob/main/tests/comment/comment.styl#L2 for an example. |
shadow(offset-x, args...) // prettier-ignore
box-shadow offset-x args
margin-top offset-x results
shadow(offset-x, args...) { // prettier-ignore
box-shadow offset-x args
margin-top offset-x
} results:
|
I think we should come up with a specification of |
@lsdsjy I think you're right here, So there is never comment without new line. |
The text was updated successfully, but these errors were encountered: