Skip to content

Commit

Permalink
Merge pull request #679 from georgjz/master
Browse files Browse the repository at this point in the history
Add Lisp and Forth Icons
  • Loading branch information
PKief committed Jun 16, 2020
2 parents 084320c + 17b773f commit fcf7e1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icons/forth.svg
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/lisp.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -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',
Expand Down Expand Up @@ -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'],
Expand Down

0 comments on commit fcf7e1c

Please sign in to comment.