Skip to content

Instantly share code, notes, and snippets.

@vipickering
Created September 23, 2013 16:02
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/6672771 to your computer and use it in GitHub Desktop.
Save vipickering/6672771 to your computer and use it in GitHub Desktop.
Sublime: Multi Markdown Settings
{
// Which file extensions go with this file type?
"extensions":
[
"md",
"mdown",
"mdwn",
"mmd",
"txt"
],
// Sets the colors used within the text area
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
// Set to true to removing trailing white space on save
"trim_trailing_white_space_on_save": false,
//Setup dictionary and correct language
"spell_check": true,
"dictionary": "Packages/Language - English/en_GB.dic"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment