I put this preference.sublime-settings,
{
"ignored_packages":
[
"Vintage"
]
"word_wrap": true
}
But the error comes out like this when I save it: Error trying to parse settings: Unexpected character, expected a comma or closing bracket in ~/Library/Application Support/Sublime Text 2/Packages/User/Preferences.sublime-settings:7:2
what's wrong with this?
I should have edited Preference.sublime-settings-Default
instead of User
. That was the problem.