Add html comment snippet

This commit is contained in:
Jason S. Jones 2014-07-25 21:30:28 -07:00
parent 0073abacb2
commit 1a2e6e8311

View File

@ -47,6 +47,9 @@ snippet backspace
# ⎋
snippet esc
⎋
# comment
snippet //
<!-- ${1} -->${0}
# Generic Doctype
snippet doctype HTML 4.01 Strict
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"