sublime text添加snippet

sublime text添加snippet

写angularJS 1的$scope真是够了,尝试用sublime text添加snippet,发现$是需要添加转译才能正常工作的

<snippet>
    <content><![CDATA[\$scope.
]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>sop</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <scope>source.js</scope>
</snippet>

posted @   CooMark  阅读(297)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示