Skip to content

Commit

Permalink
feat: add Dhall icon (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored Dec 22, 2023
1 parent d795264 commit b00cdc2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions icons/dhall.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/associations/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const extensions: IconMap = {
'db',
'db3',
],
dhall: ['dhall'],
django: ['djt'],
doc: ['doc', 'docx', 'rtf', 'odt'],
docker: ['dockerfile'],
Expand Down
1 change: 1 addition & 0 deletions src/associations/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const languages: IconMap = {
d: ['d'],
dart: ['dart'],
database: ['sql'],
dhall: ['dhall'],
diff: ['diff'],
django: ['django-html', 'django-txt'],
docker: ['dockerfile', 'dockercompose'],
Expand Down
1 change: 1 addition & 0 deletions src/icons/dhall.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b00cdc2

Please sign in to comment.