Skip to content

Commit

Permalink
Add Forth support
Browse files Browse the repository at this point in the history
Clean up SVG files
  • Loading branch information
georgjz committed Apr 3, 2020
1 parent 54e8627 commit dcfc98d
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 36 deletions.
127 changes: 127 additions & 0 deletions icons/forth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 3 additions & 36 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 @@ -882,5 +882,6 @@ export const fileIcons: FileIcons = {
{ name: 'capacitor', fileNames: ['capacitor.config.json'] },
{ name: 'sketch', fileExtensions: ['sketch'] },
{ name: 'adonis', fileNames: ['.adonisrc.json'] },
{ name: 'forth', fileExtensions: ['4th', 'fth', 'frt'] },
]
};

0 comments on commit dcfc98d

Please sign in to comment.