From 84e8d8fbb02e1fc8dfc3514aa0bc414c76be12f5 Mon Sep 17 00:00:00 2001 From: Tchoupinax Date: Sun, 23 Feb 2020 20:50:34 +0100 Subject: [PATCH] Add icon for Tiltfile (https://tilt.dev/) --- icons/tiltfile.svg | 1 + src/icons/fileIcons.ts | 1 + 2 files changed, 2 insertions(+) create mode 100644 icons/tiltfile.svg diff --git a/icons/tiltfile.svg b/icons/tiltfile.svg new file mode 100644 index 0000000000..2e58239ac6 --- /dev/null +++ b/icons/tiltfile.svg @@ -0,0 +1 @@ + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index c8cf84a6cd..54a25c3b2b 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -880,5 +880,6 @@ export const fileIcons: FileIcons = { { name: 'prolog', fileExtensions: ['p', 'pro'] }, { name: 'husky', fileNames: ['.huskyrc', 'husky.config.js', '.huskyrc.json', '.huskyrc.js', '.huskyrc.yaml', '.huskyrc.yml'] }, { name: 'coconut', fileExtensions: ['coco'] }, + { name: 'tiltfile', fileNames: ['Tiltfile'] }, ] };