Hi Guys,
In the sublime 3 documentation for Linux I read that “Dictionaries in a format ready to be used by Sublime Text are available at github.com/SublimeText/Dictionaries” so I downloaded three files:
Swedish.dic
Swedish.aff
Swedish.txt
and copied them all to:
/home/grouchygaijin/.config/sublime-text-3/Packages/User
My Preferences.sublime-settings user file looks like this:
{
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
"dictionary": "Packages/User/Swedish.dic",
"ignored_packages":
"Vintage"
],
"update_check": false
// Set to true to turn spell checking on by default
"spell_check": true,
I’ve restarted Sublime.
and I get the error message that:
Error trying to parse settings: Unexpected character, expected a comma or closing bracket in Packages/User/Preferences.sublime-settings:10:5
My question is, what exactly do I need to do to have both Swedish and English spell checking?
Thank you,
GG