Last active
November 10, 2024 01:39
-
-
Save akella/9757676 to your computer and use it in GitHub Desktop.
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
<snippet> | |
<content><![CDATA[ | |
<!-- begin $1 --> | |
<div class="$1"> | |
$2 | |
</div> | |
<!-- end $1 --> | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>di</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<scope>text.html</scope> | |
</snippet> |
For atom
Atom->Snippets...
It will open snippets.cson
for .html:
'.text.html.basic':
'semantic div':
'prefix': 'di'
'body': '.<!-- begin $1 -->\n
<div class="$1">\n
$2\n
</div>\n
<!-- end $1 -->'
for .php:
'.text.html.php':
'semantic div':
'prefix': 'di'
'body': '<!-- begin $1 -->\n
<div class="$1">\n
$2\n
</div>\n
<!-- end $1 -->'
Just copy/paste into the snippets.cson and save file
Спасибо!
Спасибо.
Адаптировал под vscode https://gist.github.com/devxom/edc3c76235fc050a5ba594f372ca5740
Спасибо огромное, адаптировал под vs code HAML https://gist.github.com/Nikolasgrizli/13816855947c0ba5124432ae29e91c0b
thank
спасибо!!
крутая штука :) спасибо
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Всем хай, подскажите как сие чудо добавить в Sublime 3? Emmet блочит стандартные сниппеты, как его адптировать под emmet? Только начал с ними разбираться, пока что мозга не хватает ))))))