Skip to content

Instantly share code, notes, and snippets.

@devhammer
Created September 9, 2016 17:00
Show Gist options
  • Save devhammer/05b10fc1f5122a99851e136d7aaef343 to your computer and use it in GitHub Desktop.
Save devhammer/05b10fc1f5122a99851e136d7aaef343 to your computer and use it in GitHub Desktop.
Mapping Emmet HTML expansions to the Typescript syntax profile
// Place your settings in this file to overwrite default and user settings.
{
"emmet.syntaxProfiles": {
"typescript": "html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment