File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ Prefix `h*`
44
55## Structure
66
7+ ### [ hb] html basic
8+
9+ ``` html
10+ <!DOCTYPE html>
11+ <html >
12+ <head >
13+ <meta charset =" utf-8" >
14+ <title >${1:Document}</title >
15+ </head >
16+ <body >
17+ $2
18+ </body >
19+ </html >
20+ ```
21+
722### [ hdoc] html document
823
924``` html
Original file line number Diff line number Diff line change 1+ <snippet >
2+ <content ><![CDATA[
3+ <!DOCTYPE html>
4+ <html>
5+ <head>
6+ <meta charset="utf-8">
7+ <title>${1:Document}</title>
8+ </head>
9+ <body>
10+ $2
11+ </body>
12+ </html>
13+ ]]> </content >
14+ <tabTrigger >hb</tabTrigger >
15+ <description >h - Basic HTML document</description >
16+ </snippet >
Original file line number Diff line number Diff line change 1919</html>
2020]]> </content >
2121 <tabTrigger >hdoc</tabTrigger >
22- <description >h - Basic HTML document</description >
22+ <description >h - HTML document</description >
2323</snippet >
You can’t perform that action at this time.
0 commit comments