docs(emacs): add "ci" as a highlighted keyword in Magit
This commit is contained in:
parent
d9a7e58f1e
commit
98e6a409b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user