Skip to content

Commit

Permalink
Add jsonl and ndjson file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
divtiply committed Aug 28, 2020
1 parent 6542304 commit 0f49591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const fileIcons: FileIcons = {
{ name: 'less', fileExtensions: ['less'] },
{
name: 'json',
fileExtensions: ['json', 'tsbuildinfo', 'json5'],
fileExtensions: ['json', 'tsbuildinfo', 'json5', 'jsonl', 'ndjson'],
fileNames: [
'.jscsrc',
'.jshintrc',
Expand Down

0 comments on commit 0f49591

Please sign in to comment.