Created
September 9, 2016 17:00
-
-
Save devhammer/05b10fc1f5122a99851e136d7aaef343 to your computer and use it in GitHub Desktop.
Mapping Emmet HTML expansions to the Typescript syntax profile
This file contains hidden or 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
// 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