Wednesday, June 6, 2012

Re: Dynamically augment existing syntax at a position on screen

On Wednesday, June 6, 2012 5:35:39 PM UTC-5, Richard wrote:
> I've got a file with syntax highlighting.
> What I'd like to be able to do, at any give line&column
> character position on the screen which has a current
> syntax highlighting scheme is to augment the highlighting
> via a command/function at that one place, say, by
> adding an underline at that point.
> Is it possible (easy or hard) to do this?
>

:he :match
:he matchadd()

(for line/column matches, see :he /\%l and :he /\%c)

Or possibly: http://www.vim.org/scripts/script.php?script_id=2208

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: