]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
docs: set propper highlighting for commit convention regex (#10949) [skip ci] 10961/head
authorOrbisK <37191683+OrbisK@users.noreply.github.com>
Wed, 15 May 2024 10:03:54 +0000 (12:03 +0200)
committerGitHub <noreply@github.com>
Wed, 15 May 2024 10:03:54 +0000 (18:03 +0800)
.github/commit-convention.md

index a8522fa210aca660a67bfb9e6bfa1a0640beacf7..d17a8bd4fc9d35ea3c62b8ae0c91898476a158f4 100644 (file)
@@ -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}/
 ```