diff --git a/icons/now.svg b/icons/now.svg new file mode 100644 index 0000000000..b02812f689 --- /dev/null +++ b/icons/now.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/now_light.svg b/icons/now_light.svg new file mode 100644 index 0000000000..2ea5b43281 --- /dev/null +++ b/icons/now_light.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index d26c849e9b..eb2c8bf818 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -471,6 +471,7 @@ export const fileIcons: FileIcons = { { name: 'haml', fileExtensions: ['haml'] }, { name: 'yang', fileExtensions: ['yang'] }, { name: 'mjml', fileExtensions: ['mjml'] }, + { name: 'now', fileNames: ['now.json', '.nowignore'], light: true }, { name: 'terraform', fileExtensions: ['tf', 'tf.json', 'tfvars', 'tfstate']