> 
>     syn match pbLabel "^[[:alpha:]][[:alnum:]]*:\="
> 
> That is, it matches an alphabetic character at beginning of line,
> followed by any number of alphabetic or numeric characters, followed
> by an optional colon.

I assume that $ is also an alphabetic character.
How do I exlucde a line that starts with a $ on a new line to be seen as 
a pbLabel?

In other words:

$ABCD
and
$102030

should not match to a pbLabel.

Rgds,
Jeri

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

Reply via email to