Skip to content

Instantly share code, notes, and snippets.

@paranoidjk
Created December 31, 2015 05:45
Show Gist options
  • Save paranoidjk/8a7f606e526d19ad5112 to your computer and use it in GitHub Desktop.
Save paranoidjk/8a7f606e526d19ad5112 to your computer and use it in GitHub Desktop.
a sublime snippet which generate code author info
<snippet>
<content><![CDATA[
/**!
* ${1:[appName]} - $TM_FILEPATH
* Copyright(c) XXX Group Holding Limited.
*
* Authors:
* 江木 <hust2012jiangkai@gmail.com> (http://paranoidjk.github.io/)
*/
]]></content>
<tabTrigger>author</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment