Sublime Forum

Syntax Specific Settings Not Working

#1

Since I upgraded to the latest Sublime Text 2 beta, my syntax specific settings aren’t being recognized anymore.

( MacOS, haven’t tested my linux install yet)

in

~/Library/Application Support/Sublime Text 2/Packages/User

I have

Ruby.sublime-settings

which contains

{
“extensions”:

"rb"

],
“settings”:
{
“tab_size”: 2,
“translate_tabs_to_spaces”: true
}
}

(All my current User directory settings can be seen here on github: github.com/SeanTAllen/dotfiles/ … blimetext2 )

But upon opening any ruby files, the tab size is still the default 4 etc.

Anyone know the issue?

0 Likes

#2

The settings should be top level, and not grouped under a “settings” key

0 Likes