Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add C3 image #2655

Merged
merged 12 commits into from
Nov 9, 2024
1 change: 1 addition & 0 deletions icons/c3.svg
StandUp2001 marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ export const fileIcons: FileIcons = {
{ name: 'java', fileExtensions: ['java', 'jsp'] },
{ name: 'jar', fileExtensions: ['jar'] },
{ name: 'javaclass', fileExtensions: ['class'] },
{ name: 'c3', fileExtensions: ['c3'] },
{ name: 'c', fileExtensions: ['c', 'i', 'mi'] },
{ name: 'h', fileExtensions: ['h'] },
{
Expand Down
1 change: 1 addition & 0 deletions src/core/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'cpp' }, ids: ['cpp'] },
{ icon: { name: 'objective-c' }, ids: ['objective-c'] },
{ icon: { name: 'objective-cpp' }, ids: ['objective-cpp'] },
{ icon: { name: 'c3' }, ids: ['c3'] },
{ icon: { name: 'coffee' }, ids: ['coffeescript'] },
{ icon: { name: 'fsharp' }, ids: ['fsharp'] },
{ icon: { name: 'editorconfig' }, ids: ['editorconfig'] },
Expand Down