Skip to content

Commit

Permalink
feat: add .sub extension to subtitle files (#2894)
Browse files Browse the repository at this point in the history
Signed-off-by: Firecrafter28 <74384569+Firecrafter28@users.noreply.github.com>
  • Loading branch information
Firecrafter28 authored Feb 19, 2025
1 parent 8e7a703 commit bf2b827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3038,7 +3038,7 @@ export const fileIcons: FileIcons = {
},
{
name: 'subtitles',
fileExtensions: ['srt', 'ssa', 'ttml', 'sbv', 'dfxp', 'vtt'],
fileExtensions: ['srt', 'ssa', 'ttml', 'sbv', 'dfxp', 'vtt', 'sub'],
},
{ name: 'beancount', fileExtensions: ['beancount', 'bean'] },
{
Expand Down

0 comments on commit bf2b827

Please sign in to comment.