Last active
May 18, 2019 13:48
-
-
Save themkvz/cb4cdec662b0540acc44911e76a55ea1 to your computer and use it in GitHub Desktop.
VScode html comment snippet with divs, thx @akella for original sublime version. Dicomment html
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
{ | |
"di.comment": { | |
"prefix": "di", | |
"body": [ | |
"<!-- begin $1 -->", | |
"<div class=\"$1\">", | |
" $2", | |
"</div>", | |
"<!-- end $1 -->", | |
], | |
"description": "VScode html comment snippet with divs, thx @akella for original sublime version" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Попытка перенести снипет @akella на VS code.
Работает адекватно лишь по выбору через enter.