On 2008-10-28, John Little <[EMAIL PROTECTED]> wrote:
> Hi
> 
> On Oct 29, 4:10 pm, Michael B Allen <[EMAIL PROTECTED]> wrote:
> >
> > Is there a broad way to disable syntax highlighting for everything
> > *except* a few specific file types?
> 
> :syntax manual
> 
> may be what you want.  Look at :help syntax-loading.

That's what I use.  I have this in my ~/.vimrc,

   syn manual

and this in a ~/.vim/after/ftplugin/<filetype>.vim file for each 
filetype for which I want to enable syntax highlighting:

   setlocal syntax=ON

Regards,
Gary


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

Reply via email to