diff --git a/icons/forth.svg b/icons/forth.svg new file mode 100644 index 000000000..13cd377d3 --- /dev/null +++ b/icons/forth.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/lisp.svg b/icons/lisp.svg new file mode 100644 index 000000000..dc9b324ff --- /dev/null +++ b/icons/lisp.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 063d8e80f..bf006eae0 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -840,6 +840,7 @@ export const fileIcons: FileIcons = { { name: 'istanbul', fileNames: ['.nycrc', '.nycrc.json'] }, { name: 'edge', fileExtensions: ['edge'] }, { name: 'scheme', fileExtensions: ['ss', 'scm'] }, + { name: 'lisp', fileExtensions: ['lisp', 'lsp', 'cl', 'fast'] }, { name: 'tailwindcss', fileNames: ['tailwind.js', 'tailwind.config.js'] }, { name: '3d', @@ -894,6 +895,7 @@ export const fileIcons: FileIcons = { { name: 'sketch', fileExtensions: ['sketch'] }, { name: 'pawn', fileExtensions: ['pwn', 'amx'] }, { name: 'adonis', fileNames: ['.adonisrc.json'] }, + { name: 'forth', fileExtensions: ['4th', 'fth', 'frt'] }, { name: 'uml', fileExtensions: ['iuml', 'pu', 'puml', 'plantuml', 'wsd'],