Merge pull request #406 from jasonsjones/master
Add html comment snippet
This commit is contained in:
commit
6414b58211
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user