Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2001 14:58:51 -0200 (BRST)
From:      Leonardo Boiko <lfsb01@inf.ufpr.br>
To:        Giorgos Keramidas <charon@labs.gr>
Cc:        Martin Vana <martin.vana@vslib.cz>, freebsd-newbies@FreeBSD.ORG
Subject:   Re: C programming in VIM
Message-ID:  <Pine.LNX.4.21.0110191457030.12001-100000@dupont.inf.ufpr.br>
In-Reply-To: <20011018115829.D1341@hades.hell.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
> > Hi,
> > is there any plugin or whatever that changes vim's enivromemet 
> > to higlight/colour C/C++ syntax?
> 
> Well, you can enable syntax highlighting in your .vimrc with:
> 
> 	syntax on
> 
You can also do it while editing the file, just type
:syntax on
or
:syntax off
to disable. Actually, it'll also work with HTML, shell scripts, 
configuration files, other programming languages and more.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0110191457030.12001-100000>