Skip to content

Commit

Permalink
Change the mcfunction icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Luiz Gava committed Oct 20, 2020
1 parent 76b11f6 commit d9057c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion icons/mcfunction.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion icons/mcfunction_alt.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { LanguageIcon } from '../models';
* Defines icons for language ids
*/
export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'mcfunction_alt' }, ids: [] },
{ icon: { name: 'mcfunction' }, ids: ['mcfunction'] },
{ 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 d9057c6

Please sign in to comment.