From 66659d6d6a7b6d83bc4cd17861514b546764195c Mon Sep 17 00:00:00 2001 From: _eyewave <89079979+eye-wave@users.noreply.github.com> Date: Wed, 6 Nov 2024 21:20:25 +0100 Subject: [PATCH] feat: add phtml icons (#211) (#331) --- icons/css-variables/phtml.svg | 4 ++++ icons/frappe/phtml.svg | 6 ++++++ icons/latte/phtml.svg | 6 ++++++ icons/macchiato/phtml.svg | 6 ++++++ icons/mocha/phtml.svg | 6 ++++++ src/defaults/fileIcons.ts | 3 +++ 6 files changed, 31 insertions(+) create mode 100644 icons/css-variables/phtml.svg create mode 100644 icons/frappe/phtml.svg create mode 100644 icons/latte/phtml.svg create mode 100644 icons/macchiato/phtml.svg create mode 100644 icons/mocha/phtml.svg diff --git a/icons/css-variables/phtml.svg b/icons/css-variables/phtml.svg new file mode 100644 index 00000000..f3c2cc26 --- /dev/null +++ b/icons/css-variables/phtml.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/frappe/phtml.svg b/icons/frappe/phtml.svg new file mode 100644 index 00000000..c53b2823 --- /dev/null +++ b/icons/frappe/phtml.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/latte/phtml.svg b/icons/latte/phtml.svg new file mode 100644 index 00000000..69859589 --- /dev/null +++ b/icons/latte/phtml.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/macchiato/phtml.svg b/icons/macchiato/phtml.svg new file mode 100644 index 00000000..80999ecd --- /dev/null +++ b/icons/macchiato/phtml.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/mocha/phtml.svg b/icons/mocha/phtml.svg new file mode 100644 index 00000000..afaf4af9 --- /dev/null +++ b/icons/mocha/phtml.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/defaults/fileIcons.ts b/src/defaults/fileIcons.ts index c631c54f..b099107e 100644 --- a/src/defaults/fileIcons.ts +++ b/src/defaults/fileIcons.ts @@ -1711,6 +1711,9 @@ const fileIcons: FileIcons = { '.phraseapp.yaml', ], }, + 'phtml': { + fileExtensions: ['phtml'], + }, 'pixi-lock': { fileNames: ['pixi.lock'], },