-
Notifications
You must be signed in to change notification settings - Fork 453
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
Issues Beautifying LESS when using @variable or &:hover syntax #52
Comments
Currently See atom-beautify/lib/language-options.js Lines 95 to 101 in 04a23a0
You should forward this issue over to the js-beautify project, and see what they say. There may be problems handling LESS, or in a much more fortunate case, may be a setting that provides better LESS support and resolves your issue. If it is a setting and Atom Beautify is restricting this, let me know and I can make the necessary adjustments to optimize js-beautify for LESS. Hope we can find a solution for you! |
Hi @Glavin001 thanks for the update, I've had a look over the other repo and it seems there is a known issue on their end, I'll report back if there are any changes needed on this end, thanks for the help |
Hope they can resolve it! If there are any changes needed from my end I can reopen this issue. |
When using the
beautify
command on a less file, their seems to be issues with how items are restructured. I have no custom settings or overrides.Note: The screenshots are missing the trailing
}
but it is included in the raw testing text.Before Command
After Command
LESS for Testing
The text was updated successfully, but these errors were encountered: