I want to use a highlighter mode on my text file, example:
:color_region bold line1 col1 line2 col2 :color_region bold 5 5 6 6 :color_region underline 5 5 6 6 I couldn't do this in vim. Vim only has syntax coloring with regexps. Emacs has functions to apply properties to text blocks, and I was hoping vim has something comparable. tia. m