Thanks for the reply @FichteFoll
No, I don’t use the Material theme.
When I first open a .scss file (always lowercase file extension), in bottom right corner, the syntax says SCSS (uppercase).
However, click those letters to open the View … Syntax menu and discover that SCSS is not ticked.
In fact there is NO syntax format selected at all.
You must manually select SCSS in that menu. And only then is the proper colour scheme syntax formatting applied.
Close that file. Open it once again. Discover that you must manually select SCSS yet again.
Tried “Open all with current extension as” … SCSS
=> When I do that, then go into menu Preferences … Settings – More … Syntax Specific – User
a file opens named
SCSS.sublime-settings
{
“extensions”:
[
“scss.erb”,
“less”,
“sass”,
“scss”
]
}
Close all files. Open a .scss file once again. And guess what ? No syntax formatting.
Go into menu Preferences … Settings – More … Syntax Specific – User
Yes, I get to see the same file SCSS.sublime-settings
But just cannot get the SCSS syntax selection to stick. You must manually select that syntax color formatting selection every time you open a file.
Close all files. Blank screen.
Go into menu Preferences … Settings – More … Syntax Specific – User
Now a file opens named Plain text.sublime-settings
containing no text entries at all.
============================
I can provide this Sublime Text 3 config information.
Preferences … Package Settings … Package Control … Settings – User Package Control.sublime-settings – User
{
“bootstrapped”: true,
“in_process_packages”:
[
],
“installed_packages”:
[
“ApacheConf.tmLanguage”,
“BracketGuard”,
“BracketHighlighter”,
“Color Highlighter”,
“CSS Format”,
“CSS3”,
“Emmet”,
“Foundation 5 Snippets”,
“Generic Config”,
“Monokai Extended”,
“Numix Theme”,
“Package Control”,
“Sass”,
“SCSS”,
“SFTP”,
“SideBarEnhancements”,
“SublimeLinter”,
“SublimeLinter-csslint”,
“SublimeLinter-jshint”,
“SublimeLinter-json”,
“SublimeLinter-php”,
“Terminal”,
“Theme - Cobalt2”,
“Theme - Cyanide”,
“Theme - Flatland”,
“Theme - Soda”
]
}
Preferences … Settings – User. Preferences.sublime-settings
{
“bold_folder_labels”: false,
“caret_style”: “phase”,
“centurion_folder_icons”: true,
“color_scheme”: “Packages/User/SublimeLinter/Monokai Extended (SL).tmTheme”,
“contrasted_light_tabs”: true,
“contrasted_quick_panel”: true,
“contrasted_sidebar”: true,
“font_options”: “subpixel_antialias”,
“font_size”: 14,
“highlight_line”: false,
“highlight_modified_tabs”: true,
“icon_file_type_enable”: true,
“ignored_packages”:
[
“Vintage”
],
“large_scroll_bars”: false,
“line_padding_bottom”: 1.5,
“line_padding_top”: 1,
“tabs_medium”: true,
“theme”: “Cyanide.sublime-theme”,
“word_wrap”: true
}