Skip to content

Commit

Permalink
Updated html file icon mapping
Browse files Browse the repository at this point in the history
Added html icon for `*.xhtml`.
  • Loading branch information
PKief committed Mar 29, 2018
1 parent 0c3277d commit 92ffea7
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 @@ -6,7 +6,7 @@ import { FileIcons, IconPack } from '../models/index';
export const fileIcons: FileIcons = {
defaultIcon: { name: 'file' },
icons: [
{ name: 'html', fileExtensions: ['html', 'htm', 'html_vm', 'asp'] },
{ name: 'html', fileExtensions: ['html', 'htm', 'xhtml', 'html_vm', 'asp'] },
{ name: 'pug', fileExtensions: ['jade', 'pug'] },
{
name: 'markdown',
Expand Down

0 comments on commit 92ffea7

Please sign in to comment.