All checks were successful
ci/woodpecker/push/check Pipeline was successful
6 lines
192 B
Scheme
6 lines
192 B
Scheme
; extends
|
|
|
|
; Highlight over-extended subject lines (rely on wrapping for message body)
|
|
((subject) @comment.error
|
|
(#vim-match? @comment.error ".\{50,}")
|
|
(#offset! @comment.error 0 50 0 0))
|