Skip to content

Instantly share code, notes, and snippets.

View alexandershustik's full-sized avatar
😀

Alexander Shustik alexandershustik

😀
View GitHub Profile
@alexandershustik
alexandershustik / html-seccomment.sublime-snippet
Created May 22, 2016 10:16
html-seccomment.sublime-snippet
<snippet>
<content><![CDATA[
<!-- begin $1 -->
<section class="$1">
$2
</section>
<!-- end $1 -->
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>sec</tabTrigger>