Created
October 2, 2020 17:57
-
-
Save bloqhead/324be6309c451e3455c386592b7943ff to your computer and use it in GitHub Desktop.
Enabling Emmet in Markdown for VSCode.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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