Skip to content

Commit

Permalink
Add support for Lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
georgjz committed Apr 3, 2020
1 parent cafcc5c commit 54e8627
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 0 deletions.
195 changes: 195 additions & 0 deletions icons/lisp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,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

0 comments on commit 54e8627

Please sign in to comment.