diff --git a/src/rc/grep.kak b/src/rc/grep.kak index 0aeaeec7..b050f862 100644 --- a/src/rc/grep.kak +++ b/src/rc/grep.kak @@ -22,7 +22,7 @@ def -shell-params -file-completion \ hook global WinSetOption filetype=grep %{ addhl group grep-highlight - addhl -group grep-highlight regex "^([^:]+):(\d+):" 1:cyan 2:green + addhl -group grep-highlight regex "^([^:]+):(\d+):(\d+)?" 1:cyan 2:green 3:green hook buffer NormalKey jump }