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 7a644f2 commit 14db570Copy full SHA for 14db570
comment/html/README.md
@@ -0,0 +1,7 @@
1
+# HTML Comments Snippets
2
+
3
+### [hc-end-tag] end tag
4
5
+```html
6
+<!-- // ${1:div} -->
7
+```
comment/html/html-end-tag.sublime-snippet
+<snippet>
+ <content><![CDATA[
+]]></content>
+ <tabTrigger>hc-end-tag</tabTrigger>
+ <description>End Tag Comment</description>
+</snippet>
0 commit comments