-
Notifications
You must be signed in to change notification settings - Fork 70
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
Saving a new Sass file defaults to ".haml" as the extension #99
Comments
Hi @svivian – have you been able to solve this? Tried everything, still can't in 2017. :) |
@Stefan-T nope, still have the same problem to this day. I also have a similar issue with Laravel Blade templates, it gives Not sure if it's the plugin itself or if there is a deeper issue with Sublime. |
@svivian what's worse is, I must rename the file after it's saved, because if i remove ".haml" from the dialog box, it reappears in the filename itself... So frustrating. |
What platform are you on? On Mac I get a popup asking if I'm sure I want to save the file with that extension, but it does save it with the correct ext. From recollection it worked fine on Linux last time I used it. |
Try installing the SCSS package. This solved the issue for me. OSX - 10.11.6 |
@dsasko OK, but that's a different package. It doesn't solve the issues with this one. |
To reproduce:
When the save dialog comes up, the suggested filename defaults to
untitled.haml
. It should beuntitled.scss
.This is on a MacBook Pro, OSX 10.10.5. Sublime Text 3, Build 3126 (stable channel).
I've followed the README but I think this is a slightly different issue. ST interprets the files as Sass just fine and colours them so, it's just when saving a new file it defaults to a
.haml
extension. As noted in #41 in ST3 there are no separate packages available, they're built into ST. The onlytmLanguage
files on my entire system are the binary files in the Cache folder like~/Library/Application Support/Sublime Text 3/Cache/Rails/Ruby Haml.tmLanguage.cache
The text was updated successfully, but these errors were encountered: