Skip to content

Commit 14db570

Browse files
committed
add: html comments snippets
1 parent 7a644f2 commit 14db570

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

comment/html/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# HTML Comments Snippets
2+
3+
### [hc-end-tag] end tag
4+
5+
```html
6+
<!-- // ${1:div} -->
7+
```
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<!-- // ${1:div} -->
4+
]]></content>
5+
<tabTrigger>hc-end-tag</tabTrigger>
6+
<description>End Tag Comment</description>
7+
</snippet>

0 commit comments

Comments
 (0)