A port of the famous Sublime Snippets package for Atom
Tab trigger: comm-html-section
+ tab
<!--=============================================>>>>>
= Section comment block =
===============================================>>>>-->
<!--= End of Section comment block =*/-->
<!--=============================================<<<<<-->
Tab trigger: comm-html-header
+ tab
<!--=============================================>>>>>
= Section comment block =
===============================================>>>>-->
Tab trigger: comm-html-footer
+ tab
<!--= End of Section comment block =*/-->
<!--=============================================<<<<<-->
Tab trigger: comm-html
+ tab
<!-- html comment -->
For languages supporting C-Style comments: PHP, CSS, Javascript, Java...
Tab trigger: comm-section
+ tab
/*=============================================>>>>>
= Section comment block =
===============================================>>>>>*/
/*= End of Section comment block =*/
/*=============================================<<<<<*/
Tab trigger: comm-section-header
+ tab
/*=============================================>>>>>
= Section comment block =
===============================================>>>>>*/
Tab trigger: comm-section-footer
+ tab
/*= End of Section comment block =*/
/*=============================================<<<<<*/
Tab trigger: comm-subsection
+ tab
/*----------- Subsection comment block -----------*/
Tab trigger: comm
+ tab
/* Comment */
Tab trigger: comm-block
+ tab
/**
*
* Block comment
*
*/