Skip to content

Commit

Permalink
Add *.mlb and *.use extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmn8 authored Apr 20, 2020
1 parent 482d08e commit 31f3e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ export const fileIcons: FileIcons = {
{ name: 'advpl_include', fileExtensions: ['ch'] },
{ name: 'codeowners', fileNames: ['codeowners'] },
{ name: 'gcp', fileNames: ['.gcloudignore'] },
{ name: 'disc', fileExtensions: ['iso'] },
{ name: 'disc', fileExtensions: ['iso'] },m
{ name: 'fortran', fileExtensions: ['f', 'f77', 'f90', 'f95', 'f03', 'f08'] },
{ name: 'liquid', fileExtensions: ['liquid'] },
{ name: 'prolog', fileExtensions: ['p', 'pro'] },
Expand All @@ -888,6 +888,6 @@ export const fileIcons: FileIcons = {
},
{ name: 'meson', fileNames: ['meson.build'] },
{ name: 'buck', fileNames: ['.buckconfig'] },
{ name: 'ml', fileExtensions: ['sml', 'mlton', 'sig', 'fun', 'cm', 'lex', 'grm'] },
{ name: 'ml', fileExtensions: ['sml', 'mlton' 'mlb', 'sig', 'fun', 'cm', 'lex', 'use', 'grm'] },
]
};

0 comments on commit 31f3e01

Please sign in to comment.