From 1a2e6e83116b306a98333ad492734f290c9bd118 Mon Sep 17 00:00:00 2001 From: "Jason S. Jones" Date: Fri, 25 Jul 2014 21:30:28 -0700 Subject: [PATCH] Add html comment snippet --- snippets/html.snippets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snippets/html.snippets b/snippets/html.snippets index 5620caa..3642bbc 100644 --- a/snippets/html.snippets +++ b/snippets/html.snippets @@ -47,6 +47,9 @@ snippet backspace # ⎋ snippet esc ⎋ +# comment +snippet // + ${0} # Generic Doctype snippet doctype HTML 4.01 Strict