From e7df0b33c047cc8a069909bffff820cded39550b Mon Sep 17 00:00:00 2001 From: Philipp Kief Date: Mon, 9 Aug 2021 23:19:13 +0200 Subject: [PATCH] Add Artistic Style icon (Closes #1187) --- icons/astyle.svg | 4 ++++ src/icons/fileIcons.ts | 1 + 2 files changed, 5 insertions(+) create mode 100644 icons/astyle.svg diff --git a/icons/astyle.svg b/icons/astyle.svg new file mode 100644 index 0000000000..fabb25d37f --- /dev/null +++ b/icons/astyle.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 76f31094cc..ebdb41ca8b 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -1624,5 +1624,6 @@ export const fileIcons: FileIcons = { }, { name: 'coala', fileExtensions: ['coarc', 'coafile'] }, { name: 'teal', fileExtensions: ['tl'] }, + { name: 'astyle', fileNames: ['.astylerc'] }, ], };