From 6fe4feae591743f1e19901e2fe444782795cf0d7 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Fri, 18 Oct 2024 15:16:10 +0100 Subject: [PATCH] add --- styles/custom/Repitition.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/custom/Repitition.yml b/styles/custom/Repitition.yml index 4cd620146cf..d6502f2b3ee 100644 --- a/styles/custom/Repitition.yml +++ b/styles/custom/Repitition.yml @@ -3,4 +3,4 @@ message: "'%s' is repeated!" level: warning alpha: true tokens: - - '[^\s]+' + - '\b(\w+)\b'