Skip to content

Commit c1a12bf

Browse files
committed
Added godot icon
1 parent aba8cae commit c1a12bf

4 files changed

Lines changed: 19 additions & 0 deletions

File tree

icons/godot-assets.svg

Lines changed: 8 additions & 0 deletions
Loading

icons/godot.svg

Lines changed: 8 additions & 0 deletions
Loading

src/icons/fileIcons.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,5 +730,7 @@ export const fileIcons: FileIcons = {
730730
{ name: 'bazel', fileExtensions: ['bzl', 'bazel'] },
731731
{ name: 'mint', fileExtensions: ['mint'] },
732732
{ name: 'velocity', fileExtensions: ['vm', 'fhtml', 'vtl'] },
733+
{ name: 'godot', fileExtensions: ['gd'] },
734+
{ name: 'godot-assets', fileExtensions: ['godot', 'tres', 'tscn'] },
733735
]
734736
};

src/icons/languageIcons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,5 @@ export const languageIcons: LanguageIcon[] = [
7070
{ icon: { name: 'go_gopher' }, ids: [] },
7171
{ icon: { name: 'nodejs_alt' }, ids: [] },
7272
{ icon: { name: 'django' }, ids: ['django-html', 'django-txt'] },
73+
{ icon: { name: 'godot' }, ids: ['gdscript'] },
7374
];

0 commit comments

Comments
 (0)