docs(emacs): add "ci" as a highlighted keyword in Magit

This commit is contained in:
Lucien Cartier-Tilet 2024-11-08 20:04:28 +01:00
parent d9a7e58f1e
commit 98e6a409b4
Signed by: phundrak
GPG Key ID: 347803E8073EACE0

View File

@ -1413,7 +1413,7 @@ I also want to highlight these angular-style keywords in commit messages.
"Highlight angular-style keywords in commit messages."
(let ((boundary 0))
(when (string-match (rx (seq (or "feat" "fix" "docs" "style" "refactor"
"perf" "test" "chore")
"perf" "test" "ci" "chore")
(* "(" (* (not ")")) ")")
":"))
msg