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

Incorrect indentation with .sass files #8

Open
saminton opened this issue Mar 27, 2020 · 1 comment
Open

Incorrect indentation with .sass files #8

saminton opened this issue Mar 27, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@saminton
Copy link

Title pretty much says it all. I prefer to use the older .sass format instead of .scss. I guess the extension can't calculate the proper indentation due to the lack of brackets.

The possibility to disable the extension for certain languages would also do. It works like a charm in php files.

@gazugafan
Copy link
Owner

Yeah, unfortunately the generic indentation algorithm needs some sort of closing block to work off of. So stuff like SASS and Python won't really work with this. They need a proper language server extension that understands the language.

I'll see about getting an extension exclusion feature added soon, though!

@gazugafan gazugafan added the enhancement New feature or request label Mar 27, 2020
@gazugafan gazugafan self-assigned this Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants