diff --git a/icons/ballerina.svg b/icons/ballerina.svg new file mode 100644 index 0000000000..6e8e3a92ff --- /dev/null +++ b/icons/ballerina.svg @@ -0,0 +1 @@ + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 93b43b4880..65ca6f5d71 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -724,5 +724,6 @@ export const fileIcons: FileIcons = { { name: 'jupyter', fileExtensions: ['ipynb'] }, { name: 'd', fileExtensions: ['d'] }, { name: 'mdx', fileExtensions: ['mdx'] }, + { name: 'ballerina', fileExtensions: ['bal', 'balx'] }, ] };