Vim
	
		From KevinWiki
		
		
		
  Enable Syntax Highlight 
$ apt-get install vim 
-  Open the /etc/vim/vimrcfile and uncomment the following line.
"syntax on
so it would be
syntax on
-  If the terminal uses a dark background, also uncomment this
"set background=dark
to
set background=dark