Skip to content

Commit

Permalink
Add jinja-html to jinja extension array
Browse files Browse the repository at this point in the history
"jinja-html" is a common name for jinja files. Example: https://github.com/samuelcolvin/jinjahtml-vscode#jinja-html
  • Loading branch information
m1waterman88 committed Aug 21, 2020
1 parent dc2bb0d commit 4de95b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const fileIcons: FileIcons = {
},
{
name: 'jinja',
fileExtensions: ['jinja', 'jinja2', 'j2'],
fileExtensions: ['jinja', 'jinja2', 'j2', 'jinja-html'],
light: true
},
{
Expand Down

0 comments on commit 4de95b7

Please sign in to comment.