There are plenty of editors that do syntax highlighting, mcedit (from mc package), vim, gedit, kedit, just to mention the most simple and known ones.
On VIM, to enable syntax highlighting, type the command ":syntax enable", or simply edit /etc/vim/vimrc append the line "syntax enable" at the end of the file. -- Eduardo Costa Lisboa -- http://linuxfromscratch.org/mailman/listinfo/lfs-chat FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
