Skip to content

Commit 5e57fb7

Browse files
committed
update: changing html comment key
1 parent add81aa commit 5e57fb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

snippets/comment/html/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# HTML Comments Snippets
22

3-
Prefix `hc*`
3+
Prefix `xh*`
44

5-
### [hcend] end tag
5+
### [xhend] end tag
66

77
```html
88
<!-- // ${1:div} -->

snippets/comment/html/html-end-tag.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<content><![CDATA[
33
<!-- // ${1:div} -->
44
]]></content>
5-
<tabTrigger>hcend</tabTrigger>
6-
<description>hc - End Tag Comment</description>
5+
<tabTrigger>xhend</tabTrigger>
6+
<description>xh - End Tag Comment</description>
77
</snippet>

0 commit comments

Comments
 (0)