diff --git a/icons/uiua.svg b/icons/uiua.svg new file mode 100644 index 0000000000..d0dacb2434 --- /dev/null +++ b/icons/uiua.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 025a7398e1..1403626aab 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -3444,5 +3444,6 @@ export const fileIcons: FileIcons = { light: true, }, { name: 'macaulay2', fileExtensions: ['m2'] }, + { name: 'uiua', fileExtensions: ['ua'] }, ]), };