Skip to content

Commit

Permalink
use the fileNames attribute instead of fileExtensions for `now.j…
Browse files Browse the repository at this point in the history
…son`
  • Loading branch information
LukasPolak committed Jun 20, 2019
1 parent f94d8d9 commit 6b21c47
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 @@ -471,7 +471,7 @@ export const fileIcons: FileIcons = {
{ name: 'haml', fileExtensions: ['haml'] },
{ name: 'yang', fileExtensions: ['yang'] },
{ name: 'mjml', fileExtensions: ['mjml'] },
{ name: 'now', fileExtensions: ['now.json'], light: true },
{ name: 'now', fileNames: ['now.json'], light: true },
{
name: 'terraform',
fileExtensions: ['tf', 'tf.json', 'tfvars', 'tfstate']
Expand Down

0 comments on commit 6b21c47

Please sign in to comment.