Skip to content

Commit c00d050

Browse files
committed
update: snippets
1 parent 3d209cf commit c00d050

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

html/html-document.sublime-snippet

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
</body>
1919
</html>
2020
]]></content>
21-
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
2221
<tabTrigger>htmldoc</tabTrigger>
23-
<!-- Optional: Set a scope to limit where the snippet will trigger -->
24-
<!-- <scope>source.python</scope> -->
22+
<description>Basic HTML document</description>
2523
</snippet>

html/html-head.sublime-snippet

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
<!-- canonical -->
3535
<link rel="canonical" href="http://">
3636
]]></content>
37-
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
3837
<tabTrigger>htmlhead</tabTrigger>
39-
<!-- Optional: Set a scope to limit where the snippet will trigger -->
40-
<!-- <scope>source.python</scope> -->
38+
<description>Head tags</description>
4139
</snippet>

schema/schema-organization.sublime-snippet

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
<content><![CDATA[
33
itemscope="itemscope" itemtype="http://schema.org/Organization"
44
]]></content>
5-
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
65
<tabTrigger>schemao</tabTrigger>
7-
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8-
<!-- <scope>source.python</scope> -->
96
</snippet>

0 commit comments

Comments
 (0)