From: OrbisK <37191683+OrbisK@users.noreply.github.com> Date: Wed, 15 May 2024 10:03:54 +0000 (+0200) Subject: docs: set propper highlighting for commit convention regex (#10949) [skip ci] X-Git-Tag: v3.4.28~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10961%2Fhead;p=thirdparty%2Fvuejs%2Fcore.git docs: set propper highlighting for commit convention regex (#10949) [skip ci] --- diff --git a/.github/commit-convention.md b/.github/commit-convention.md index a8522fa210..d17a8bd4fc 100644 --- a/.github/commit-convention.md +++ b/.github/commit-convention.md @@ -6,7 +6,7 @@ Messages must be matched by the following regex: -``` js +```regexp /^(revert: )?(feat|fix|docs|dx|style|refactor|perf|test|workflow|build|ci|chore|types|wip)(\(.+\))?: .{1,50}/ ```