On Mar 6, 4:33 pm, danabble <[email protected]> wrote:
>
> The relevant lines of the fortran.vim file are these:
>
> syn region fortranStringEx  start=+'+ end=+'+
> contains=fortranContinueMark,fortranLeftMargin,fortranSerialNumber
> syn region fortranString  start=+"+ end=+"+
> contains=fortranLeftMargin,fortranContinueMark,fortranSerialNumber
>
> "Flag items beyond column 72
> syn match fortranSerialNumber excludenl "^.\{73,}$"lc=72
>

You're worried about 'keyword' definitions taking precedence over
everything else.

I see no keyword definitions here.

What's the problem really?

-- 
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

Reply via email to