Created
August 20, 2017 18:12
-
-
Save jsonUK/2c594ea841dbc61e04ab5c0a7503f1d4 to your computer and use it in GitHub Desktop.
Emmet settings to show classname/ids after the closing element
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
Show hidden characters
{ | |
"preferences": { | |
"filter.commentAfter": "<!-- /<%= attr(\"id\", \"#\") %><%= attr(\"class\", \".\") %> -->" | |
}, | |
"syntaxProfiles": { | |
"html": { | |
"filters": "html,c" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment