From 6b0a8bb5f444b6454a908f9d72434a9ea3733127 Mon Sep 17 00:00:00 2001 From: PKief Date: Fri, 7 Dec 2018 20:39:13 +0100 Subject: [PATCH] Added asciidoc file icon (Closes #352) --- icons/asciidoc.svg | 1 + src/icons/fileIcons.ts | 1 + 2 files changed, 2 insertions(+) create mode 100644 icons/asciidoc.svg diff --git a/icons/asciidoc.svg b/icons/asciidoc.svg new file mode 100644 index 0000000000..d15a327d42 --- /dev/null +++ b/icons/asciidoc.svg @@ -0,0 +1 @@ + diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 965c41b8df..97b11fe459 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -768,5 +768,6 @@ export const fileIcons: FileIcons = { { name: 'vagrant', fileNames: ['vagrantfile'], fileExtensions: ['vagrantfile'] }, { name: 'prisma', fileNames: ['prisma.yml'], fileExtensions: ['prisma'] }, { name: 'razor', fileExtensions: ['cshtml', 'vbhtml'] }, + { name: 'asciidoc', fileExtensions: ['ad', 'adoc', 'asciidoc'] }, ] };