Sublime Forum

Syntax highlighter?

#1

Welcome All,

When I open .scss files that I set to “CSS” it keeps re-setting the option to “Plain Text”, the same is similar on all my files:

-CSS
-JS
-HTML
-PHP

Is there a remember option, that I cannot see?

In addition to this some of the highlighting is incorrect, an example is my SCSS files. I have a LI, nested within a UL class. EG:

footer#sosumi ul{ margin:0px auto; font-size: $footerfont; position: relative; left: -42px; li{ float: left; margin-right: 5px; padding-right: 5px; list-style-type: none; border-right:2px solid $footerspacing; } li.none{ border:none; padding:0px; margin-top: 0px; } }

This is what is looks like:
http://db.tt/kkjkgbxi

0 Likes