Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialChase Lester
10,972 PointsWorking in Sublime Text with a .scss file (Sass question)
Wondering if there is a way to get the .scss file to act as the .css files do. In the .css files the font is colored and sublime will auto guess what you are typing in before you complete the text. In the .scss file all the text is white and auto completions are not shown.
Is there a way to change this?
3 Answers

Amanda Kuek
4,109 PointsHi Chase,
I used the package Syntax Highlighting for Sass: https://github.com/P233/Syntax-highlighting-for-Sass. I followed these instructions and they were pretty clear: http://www.hannaliebl.com/setting-up-syntax-highlighting-for-sass-in-sublime-tex/
Hope that helps.
Cheers Amanda.

Mohammed Shaaban
1,338 PointsThis package here https://sublime.wbond.net/packages/Sass has autocomplete, syntax highlighting and it works just fine for me.
If you don't know how to install sublime packages follow this instruction here https://sublime.wbond.net/installation
Good luck!

Cheryl Jones
13,405 PointsThanks Chase, I was wondering the same thing and those instructions worked perfectly!