Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 09b7ad2

Browse files
committed
1 parent 4d626d5 commit 09b7ad2

File tree

44 files changed

+16
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<link rel="preconnect" href="${1:URL}">$0
4+
]]></content>
5+
<tabTrigger>lin</tabTrigger>
6+
<scope>text.html</scope>
7+
<description>link rel="preconnect"</description>
8+
</snippet>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
link[rel="preconnect" href="${1:URL}"]$0
4+
]]></content>
5+
<tabTrigger>lin</tabTrigger>
6+
<scope>text.slim</scope>
7+
<description>link rel="preconnect"</description>
8+
</snippet>

0 commit comments

Comments
 (0)