+13

.sass extension syntax is wrongly set in Ruby Haml settings

Michael Bashkirov 12 years ago updated by Vinicius da Costa Pires 11 years ago 4
By default Sublime Text "Ruby Haml.tmLanguage" has a wrong line
<string>sass</string>

Also it somehow prevents 3rd party Sublime packages to reset default syntax highlighting for .sass files.
+1

It would be great if this could be fixed and real syntax highligthing for SASS/SCSS could be added to Sublime.  Anybody knows what the process for this would be?
+7

You can open:

Application Support/Sublime Text 2/Packages/Rails/Ruby Haml.tmLanguage

and remove line:

<string>sass</string>

Worked here. Thanks!

PS.: Why the hell would they do that?