Last active
August 29, 2015 14:16
-
-
Save ngault/1fd2b065218b36d44ad8 to your computer and use it in GitHub Desktop.
Sublime Text snippet for SassDoc format top/file-level comment block
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[ | |
//// | |
/// ${1:_fileName.scss} | |
/// ${2:Very brief description of file} | |
/// | |
/// ${3:@author Nicholas Nuss} | |
/// ${4:Copyright @ 2014-15 Stagirite, Inc} | |
/// | |
/// ${5:@requires 'none' or list of dependencies} | |
//// | |
]]></content> | |
<tabTrigger>sasstop</tabTrigger> | |
<description>Comment - Sass Top/file-level</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment