From 912e572825a3d05c2229ea9fcf6afcdd1e5bfa07 Mon Sep 17 00:00:00 2001 From: gehrleib Date: Sat, 22 Feb 2025 19:11:50 -0500 Subject: [PATCH] tweak(regex): Rename `Colour` to `Colourisation` --- custom_formats/B&W.yml | 2 +- regex_patterns/{Colour.yml => Colourisation.yml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename regex_patterns/{Colour.yml => Colourisation.yml} (98%) diff --git a/custom_formats/B&W.yml b/custom_formats/B&W.yml index 7ccc82f..0ecc292 100644 --- a/custom_formats/B&W.yml +++ b/custom_formats/B&W.yml @@ -12,7 +12,7 @@ conditions: type: release_title - name: Colour negate: true - pattern: Colour + pattern: Colourisation required: true type: release_title tests: diff --git a/regex_patterns/Colour.yml b/regex_patterns/Colourisation.yml similarity index 98% rename from regex_patterns/Colour.yml rename to regex_patterns/Colourisation.yml index 84d0c12..0e86f5b 100644 --- a/regex_patterns/Colour.yml +++ b/regex_patterns/Colourisation.yml @@ -1,4 +1,4 @@ -name: Colour +name: Colourisation pattern: \bcolou?r(i[sz]ed?|ed)?\b description: '- Matches `colour`, `coloured`, `colourize`, `colourized`.