Skip to content

Instantly share code, notes, and snippets.

@joehwang
Last active February 27, 2018 16:45
Show Gist options
  • Save joehwang/b0022d1f02ebbd38f64e11d9575d76e5 to your computer and use it in GitHub Desktop.
Save joehwang/b0022d1f02ebbd38f64e11d9575d76e5 to your computer and use it in GitHub Desktop.
sublime-snippet集合
<snippet>
<content><![CDATA[<%=${1:v}%>$0]]></content>
<tabTrigger>aa</tabTrigger>
<description>輸出$const_vw</description>
</snippet>
<snippet>
<content><![CDATA[(${1:int} * \$const_vw)$0]]></content>
<tabTrigger>vw</tabTrigger>
<description>輸出$const_vw</description>
</snippet>
<snippet>
<content><![CDATA[(${1:int} * \$const_vw_m)$0]]></content>
<tabTrigger>vww</tabTrigger>
<description>輸出$const_vw_m</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment