about summary refs log tree commit diff
path: root/sublime/.config/sublime-text-3/Packages/User/htmlimport.sublime-snippet
blob: 5bd6b0824953cf5dcc9bd0b6f684d2ebc7e3b05f (plain) (blame)
1
2
3
4
5
6
7
8
9
<snippet>
    <content><![CDATA[
<link rel="import" href="$1">
]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>import</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <scope>text.html</scope>
</snippet>