Skip to content

Commit f029e2d

Browse files
committed
misc: Updates
1 parent f3d764d commit f029e2d

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Never 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

97
Snippets 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).

testdata/1.hbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<p>{{firstname}} {{lastname}}</p>
22

3-
43
{{#each people}}
5-
{{print_person}}
4+
{{print_person}}
65
{{/each}}

testdata/1.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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>

0 commit comments

Comments
 (0)