File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 22
33Never worry about syntax highlighting for miscellaneous files again!
44
5- Extension icon by Pierre Bamin on [ Unsplash] ( https://unsplash.com/photos/BFvNJXf2rpg ) .
6-
75## Usage
86
97Snippets for
@@ -50,3 +48,5 @@ Syntax highlighting for
5048- [ vscode-handlebars] ( https://github.com/andrejunges/vscode-handlebars ) by andrejunges (MIT)
5149- [ vscode-hla] ( https://github.com/GreenXenith/vscode-hla ) by GreenXenith (MIT)
5250- [ vscode-infokey-plugin] ( https://github.com/UI-Apps/vscode-infokey-plugin ) by UI-Apps (MIT)
51+
52+ Extension icon by Pierre Bamin on [ Unsplash] ( https://unsplash.com/photos/BFvNJXf2rpg ) .
Original file line number Diff line number Diff line change 11<p >{{ firstname }} {{ lastname }} </p >
22
3-
43{{ #each people }}
5- {{ print_person }}
4+ {{ print_person }}
65{{ /each }}
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7+ < title > Document</ title >
8+ </ head >
9+ < body > </ body >
10+ </ html >
You can’t perform that action at this time.
0 commit comments