On Sun, 16 Aug 2009, Arco wrote:
> 
> I'm setting up syntax highlighting for a custom file type.  Everything
> works great except this regexp:
> 
>     syntax match myTag /Mon|Tue|Wed/
> 
> 'myTag' is supposed to match "Mon" or "Tue" or "Wed"  -  but it won't
> work.

AFAIK vim use basic regex syntax and you used extended syntax in your
example.

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to