Skip to content

Commit

Permalink
Add mcfunction_alt to the right file
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Luiz Gava committed Oct 16, 2020
1 parent 9a5728b commit 76b11f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const fileIcons: FileIcons = {
defaultIcon: { name: 'file' },
icons: [
{ name: 'mcfunction', fileExtensions: ['mcfunction'] },
{ name: 'mcfunction_alt', fileExtensions: ['mcfunction_alt'] },
{ name: 'html', fileExtensions: ['htm', 'xhtml', 'html_vm', 'asp'] },
{
name: 'pug',
Expand Down
1 change: 1 addition & 0 deletions src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { LanguageIcon } from '../models';
* Defines icons for language ids
*/
export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'mcfunction_alt' }, ids: [] },
{ icon: { name: 'git' }, ids: ['git', 'git-commit', 'git-rebase', 'ignore'] },
{ icon: { name: 'c' }, ids: ['c', 'objective-c', 'objective-cpp'] },
{ icon: { name: 'yaml' }, ids: ['yaml'] },
Expand Down

0 comments on commit 76b11f6

Please sign in to comment.