Skip to content

Commit f4b0e82

Browse files
committed
Merge dhall file extensions from PR #570
1 parent ff538e2 commit f4b0e82

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/icons/fileIcons.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ export const fileIcons: FileIcons = {
379379
{ name: 'raml', fileExtensions: ['raml'] },
380380
{ name: 'xaml', fileExtensions: ['xaml'] },
381381
{ name: 'haskell', fileExtensions: ['hs'] },
382-
{ name: 'dhall', fileExtensions: ['dhall', 'dhallb'] },
383382
{ name: 'kotlin', fileExtensions: ['kt', 'kts'] },
384383
{
385384
name: 'git',
@@ -890,6 +889,6 @@ export const fileIcons: FileIcons = {
890889
{ name: 'meson', fileNames: ['meson.build'] },
891890
{ name: 'commitlint', fileNames: ['.commitlintrc', '.commitlintrc.js', 'commitlint.config.js', '.commitlintrc.json', '.commitlint.yaml', '.commitlint.yml'] },
892891
{ name: 'buck', fileNames: ['.buckconfig'] },
893-
{ name: 'dhall', fileExtensions: ['dhall'] },
892+
{ name: 'dhall', fileExtensions: ['dhall', 'dhallb'] },
894893
]
895894
};

0 commit comments

Comments
 (0)