Browse Source

docs: set propper highlighting for commit convention regex (#10949) [skip ci]

OrbisK 1 year ago
parent
commit
6a8d548506
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/commit-convention.md

+ 1 - 1
.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}/
 ```