We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add81aa commit 5e57fb7Copy full SHA for 5e57fb7
snippets/comment/html/README.md
@@ -1,8 +1,8 @@
1
# HTML Comments Snippets
2
3
-Prefix `hc*`
+Prefix `xh*`
4
5
-### [hcend] end tag
+### [xhend] end tag
6
7
```html
8
<!-- // ${1:div} -->
snippets/comment/html/html-end-tag.sublime-snippet
@@ -2,6 +2,6 @@
<content><![CDATA[
]]></content>
- <tabTrigger>hcend</tabTrigger>
- <description>hc - End Tag Comment</description>
+ <tabTrigger>xhend</tabTrigger>
+ <description>xh - End Tag Comment</description>
</snippet>
0 commit comments