Skip to content

Commit

Permalink
fix now light version
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPolak committed Jun 14, 2019
1 parent f96527d commit f94d8d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions icons/now_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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'] },
{ name: 'now', fileExtensions: ['now.json'], light: true },
{
name: 'terraform',
fileExtensions: ['tf', 'tf.json', 'tfvars', 'tfstate']
Expand Down

0 comments on commit f94d8d9

Please sign in to comment.