Skip to content

Commit

Permalink
Use tex icon for .dtx and .ltx files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexaraWu committed Jun 25, 2019
1 parent 0212fe8 commit 87af29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -302,7 +302,7 @@ export const fileIcons: FileIcons = {
'docker-compose.test.yml'
]
},
{ name: 'tex', fileExtensions: ['tex', 'cls', 'sty'] },
{ name: 'tex', fileExtensions: ['tex', 'cls', 'sty', 'dtx', 'ltx'] },
{
name: 'powerpoint',
fileExtensions: [
Expand Down

0 comments on commit 87af29d

Please sign in to comment.