Skip to content

Instantly share code, notes, and snippets.

@bloqhead
Created October 2, 2020 17:57
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 bloqhead/324be6309c451e3455c386592b7943ff to your computer and use it in GitHub Desktop.
Save bloqhead/324be6309c451e3455c386592b7943ff to your computer and use it in GitHub Desktop.
Enabling Emmet in Markdown for VSCode.
{
"emmet.excludeLanguages": [],
"emmet.includeLanguages": {
"javascript": "html",
"php": "html",
"twig": "html",
"liquid": "html",
"vue": "html",
"nunjucks": "html",
"markdown": "html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment