diff --git a/vale-styles/FluentBit/Hints.yml b/vale-styles/FluentBit/Hints.yml index cacd7da6e..c8690189f 100644 --- a/vale-styles/FluentBit/Hints.yml +++ b/vale-styles/FluentBit/Hints.yml @@ -4,12 +4,9 @@ level: error nonword: true scope: raw tokens: - - '(> |^| )\**_*(?i)note:*\**_*:*' - - '(> |^| )\**_*(?i)caution:*\**_*:*' - - '(> |^| )\**_*(?i)warning:*\**_*:*' - - '(> |^| )\**_*(?i)danger:*\**_*:*' - - '(> |^| )\**_*(?i)important:*\**_*:*' - - '(> |^| )\**_*(?i)info:*\**_*:*' - - '(> |^| )\**_*(?i)hint:*\**_*:*' - - '(> |^| )\**_*(?i)tip:*\**_*:*' - - '(> |^| )\**_*(?i)success:*\**_*:*' + - '(^> |^)\*?\*?_?(?i)notes?\*?\*?_?:\*?\*?_?' + - '(^> |^)\*?\*?_?(?i)caution\*?\*?_?:\*?\*?_?' + - '(^> |^)\*?\*?_?(?i)warnings?\*?\*?_?:\*?\*?_?' + - '(^> |^)\*?\*?_?(?i)important\*?\*?_?:\*?\*?_?' + - '(^> |^)\*?\*?_?(?i)hints?\*?\*?_?:\*?\*?_?' + - '(^> |^)\*?\*?_?(?i)tips?\*?\*?_?:\*?\*?_?'