Last active
February 27, 2018 16:45
-
-
Save joehwang/b0022d1f02ebbd38f64e11d9575d76e5 to your computer and use it in GitHub Desktop.
sublime-snippet集合
This file contains hidden or 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:v}%>$0]]></content> | |
| <tabTrigger>aa</tabTrigger> | |
| <description>輸出$const_vw</description> | |
| </snippet> |
This file contains hidden or 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:int} * \$const_vw)$0]]></content> | |
| <tabTrigger>vw</tabTrigger> | |
| <description>輸出$const_vw</description> | |
| </snippet> | |
This file contains hidden or 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: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