On Sat, Apr 14, 2001 at 10:56:10PM -0500, Bret Hughes wrote:
> 
> If someone can figure out the syntax highlighting files I would not mind
> a pointer to a readable document about how to tweak them because they
> are uuuuugly.

Are you complaining about which colors do what? That can be controlled
with 'highlight' in .vimrc:

 highlight Comment ctermfg=Cyan   

This put 'comments' like:

> If someone can figure out the syntax highlighting files I would not mind
> a pointer to a readable document about how to tweak them because they
> are uuuuugly.

in Cyan. I've found reading the vim files are pretty good source of
how it works, and have been able to modify a few to more suit my
tastes. 

For the original poster, you can turn syntax coloring on for selected
groups of files based on extensions:

 syntax off
 autocmd BufRead *.vim,*.c,*.h,*.tcl,*htm*,.vimrc syntax on

-- 
Hal B
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 Spamtrap: [EMAIL PROTECTED] and [EMAIL PROTECTED]
--



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to