Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 3 treats .sass files as "Ruby Haml"

Is there a way to fix it? This drives me crazy, it's not that important until you press CMD-/ to comment the code and then it adds HAML comments (one slash instead of two) that break SASS.

So I have to change language manually to SASS every time.

like image 828
firedev Avatar asked Dec 25 '22 04:12

firedev


1 Answers

Yep, that's possible. Within the View menu, find the 'Syntax' item, the look for the 'Open all with current extension as...' option. In there, choose Sass.

like image 195
Winfried Avatar answered Jan 02 '23 08:01

Winfried