html: added doctype for html 5.0. Suggested by harry
This commit is contained in:
parent
5782180811
commit
93b480ab6f
@ -37,6 +37,10 @@ snippet doctype "HTML - 4.0 Transitional (doctype)" b
|
||||
|
||||
endsnippet
|
||||
|
||||
snippet doctype "HTML - 5.0 (doctype)" b
|
||||
<!DOCTYPE html>
|
||||
|
||||
endsnippet
|
||||
|
||||
#############
|
||||
# Shortcuts #
|
||||
|
@ -1203,6 +1203,7 @@ Contributors listed in chronological order:
|
||||
Timothy Mellor (mellort)
|
||||
Chris Lasher (gotgenes)
|
||||
Chen Houwu (chenhouwu)
|
||||
Harry Zhxu (harryzhxu)
|
||||
|
||||
Thank you for your support.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user