Hi all,
(I'm french, so excuse me for my english level :)
In emacs, when you write a syntax highlighting script you can do
something like this :
("[a-z]+[a-z0-9_]*" 0 (some-function) nil)
Indeed, when a syntax pattern matched (here "[a-z]+[a-z0-9_]*") you
can call a function (here "some-function") to handle this syntax item.
But how to do the same in Vim ?
something like :
highlight match some-group "[a-z]\+[a-z0-9_]*" call some-function
I search about it since very very long time, and i have no idea how to
do itThanks --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
