Wednesday, September 19, 2012

dynamic syntax highlighting

Hello,

While typing some Go code, I had the following idea: dynamic syntax
highlighting.

I was typing:

type Boo struct {
// ...
}

Now, Vim could "know" Boo is a type and apply the syntax highlighting for Type
accordingly.

Is something like this even remotely possible with Vim? Can it be done with a
vimscript?

Regards,

--
Miek Gieben http://miek.nl

No comments: