diff --git a/icons/macaulay2.svg b/icons/macaulay2.svg new file mode 100644 index 0000000000..898207146d --- /dev/null +++ b/icons/macaulay2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 05fbdcef2f..0d85cc6a50 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -3429,5 +3429,6 @@ export const fileIcons: FileIcons = { fileNames: ['warp.md'], light: true, }, + { name: 'macaulay2', fileExtensions: ['m2'] }, ]), };