Skip to content

Instantly share code, notes, and snippets.

@johncokos
Created April 22, 2020 05:49
Show Gist options
  • Save johncokos/b6b1f8f80e942dc4b4e426e965e22aca to your computer and use it in GitHub Desktop.
Save johncokos/b6b1f8f80e942dc4b4e426e965e22aca to your computer and use it in GitHub Desktop.
VSC settings.json
{
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext",
"wallaby-output",
"html"
],
"spellright.parserByClass": {
"wallaby-output": {
"parser": "markdown"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment