Skip to content

Commit

Permalink
Add meson_options.txt and meson wrapdb files
Browse files Browse the repository at this point in the history
  • Loading branch information
zweimach committed Nov 14, 2020
1 parent 4b7cdb9 commit ef4fc09
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,11 @@ export const fileIcons: FileIcons = {
fileExtensions: ['iuml', 'pu', 'puml', 'plantuml', 'wsd'],
light: true,
},
{ name: 'meson', fileNames: ['meson.build'] },
{
name: 'meson',
fileNames: ['meson.build', 'meson_options.txt'],
fileExtensions: ['wrap'],
},
{
name: 'commitlint',
fileNames: [
Expand Down

0 comments on commit ef4fc09

Please sign in to comment.