Skip to content

Commit

Permalink
fix(associations): add .just ext, .justfile filename for just (ca…
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Oct 19, 2024
1 parent 044b91c commit 7b33c50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,8 @@ const fileIcons: FileIcons = {
fileExtensions: ['ipynb'],
},
'just': {
fileNames: ['justfile'],
fileExtensions: ['just'],
fileNames: ['justfile', '.justfile'],
},
'key': {
fileExtensions: [
Expand Down

0 comments on commit 7b33c50

Please sign in to comment.