Sunday, August 1, 2010

Syntax file development

Hi,
I am trying to modify the fs.vim syntax file to support separate syntax
groups for types and functions.
The syntax for a simple type declaration is this: type [A-Za-z0-9]\+[ \t]*=

The problem I am having is that "type" is a keyword that is already
highlighted as such, which overrides the syn matches I have tried writing.

How do I approach this correctly?

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