Sublime Text reading SASS files as HAML

A fix for when Sublime Text is reading SASS files incorrectly

If this is happening for you and you want to fix it the quickest way do do this is to edit Ruby Hamil.tmLanguage on Mac OS X this can be found at the following location: /Library/Application Support/Sublime Text 2/Packages/Rails/Ruby Haml.tmLanguage.

Once you have it open look for the line <string>sass</string> and delete it.

As soon as you save the document it should no longer associate SASS files as HAML, now this isn’t the case the SASS syntax should take over (assuming you have downloaded it).


Recent posts View all

Web Dev

Updating payment method email addresses in Stripe

You can't update the email address associated with a payment method in Stripe via their dashboard, you need to use the Stripe CLI

Ruby

Irreversible Rails Migrations

What are irreversible migrations and how might we use them to our advantage?