Skip to content

Instantly share code, notes, and snippets.

@vipickering
Created September 23, 2013 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vipickering/6672227 to your computer and use it in GitHub Desktop.
Save vipickering/6672227 to your computer and use it in GitHub Desktop.
Sublime: Syntax Specific GB Dictionary
{
"spell_check": true,
"dictionary": "Packages/Language - English/en_GB.dic"
}
@vipickering
Copy link
Author

Create Syntax Specific User rules for files such as Markdown or Text files to check for errors.

en_US is the default, en_GB also ships with Sublime but isn't turned on.

You can get other languages by installing the Dictionary package: https://github.com/SublimeText/Dictionaries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment