Sorry if this has already been asked, but I didn't quite find what I was looking for.
Is there a way to do syntax highlighting for the entire hyperlink in .txt files for Vim?
This is what I have so far
hi Hyperlink term=standout,bold ctermfg=Cyan
let m = matchadd("Hyperlink", "http://")
let m = matchadd("Hyperlink", "https://")