Closed blueyed closed 10 years ago
See my quite old fork of hexHighlight: https://github.com/blueyed/colorhighlight.vim
It basically looks for highlight definitions and applies colors using matchadd.
highlight
matchadd
It handles links, HiLink and HtmlHiLink used in runtime files and the output from :highlight.
HiLink
HtmlHiLink
:highlight
The code is only in https://github.com/blueyed/colorhighlight.vim/blob/master/plugin/colorhighlight.vim .
It would be very nice, if this could be integrated into Colorizer - I basically only have committed some old changes now to propose it for merging.. :)
What do you think? Any pointers or ideas about how to integrate this?
I'll look into this.
Awesome! Thanks!
See my quite old fork of hexHighlight: https://github.com/blueyed/colorhighlight.vim
It basically looks for
highlight
definitions and applies colors usingmatchadd
.It handles links,
HiLink
andHtmlHiLink
used in runtime files and the output from:highlight
.The code is only in https://github.com/blueyed/colorhighlight.vim/blob/master/plugin/colorhighlight.vim .
It would be very nice, if this could be integrated into Colorizer - I basically only have committed some old changes now to propose it for merging.. :)
What do you think? Any pointers or ideas about how to integrate this?