Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions icons/folder-skills-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/folder-skills.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/skill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/skill_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3436,5 +3436,11 @@ export const fileIcons: FileIcons = {
light: true,
},
{ name: 'macaulay2', fileExtensions: ['m2'] },
{
name: 'skill',
fileNames: ['skill.md'],
fileExtensions: ['skill.md', 'skills.md'],
Comment thread
ViniDevBR marked this conversation as resolved.
light: true,
},
]),
};
4 changes: 4 additions & 0 deletions src/core/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,10 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-license',
folderNames: ['license', 'licenses'],
},
{
name: 'folder-skills',
folderNames: ['skill', 'skills'],
},
Comment thread
ViniDevBR marked this conversation as resolved.
],
},
{
Expand Down