Sublime Forum

Syntax not saving when being set

#1

Having some issues with Sublime Text 3 which is causing me a bit of annoyance.

I updated to the latest version (free) and it seems to have lost my syntax settings.

No problem, I thought, I can just set them globally when I come across them.

But every time I try and save a setting using “Open all with current extension as” and then selecting “SASS” for example, it doesn’t save it.

Am I missing something or do I need to do something else?

I’m using Seti_UI as my theme, but selecting the SASS syntax (not Seti_UI > SASS/SCSS)

0 Likes

#2

Not sure how to close off this issue, but it seemed ot be a problem with the theme overwriting the syntax. Fixed this by removing the .tmLanguage files from the theme settings.

0 Likes

#3

Yes, some themes bundle custom tmLanguage files for file type icons in the sidebar, which can mess with your setup when you have the syntax installed with another package (such as SASS). They should not be doing that.

0 Likes