Merge pull request #406 from jasonsjones/master

Add html comment snippet
This commit is contained in:
Honza Pokorny 2014-07-29 06:55:22 -03:00
commit 6414b58211

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"