From 9ce34f9afc897dba964f44ebf55b52f1f76de3ae Mon Sep 17 00:00:00 2001 From: Spenser Black Date: Thu, 15 Feb 2024 12:18:58 -0500 Subject: [PATCH] Add PyPi icon to `requirements-(all|base).txt` --- config.cson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.cson b/config.cson index f72f0c17..17e47992 100644 --- a/config.cson +++ b/config.cson @@ -5467,8 +5467,8 @@ fileIcons: icon: "pypi" match: /// ^ - ( (dev|docs?|tests?) [-_] requirements - | requirements ([-_] (dev|docs?|tests?))? + ( (all|base|dev|docs?|tests?) [-_] requirements + | requirements ([-_] (all|base|dev|docs?|tests?))? ) \.(in|txt)$ ///i colour: "dark-blue"