Skip to content

Commit

Permalink
fix(associations): add common extensions and .vuerc for vue (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenos112 authored Aug 17, 2024
1 parent 5de3ccc commit da859f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,12 @@ const fileIcons: Record<string, {
'vue-config': {
fileNames: [
'vue.config.js',
'vue.config.cjs',
'vue.config.mjs',
'vue.config.ts',
'vue.config.cts',
'vue.config.mts',
'.vuerc',
],
},
'web-assembly': {
Expand Down

0 comments on commit da859f0

Please sign in to comment.