The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



Thread: Vim color
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-06-2008
reborg's Avatar
reborg reborg is offline
Administrator
 

Join Date: Mar 2005
Location: Ireland
Posts: 3,824
The colors are not set there, this is simply how to differentiate the differnt objects to be highlighted. The actual colorscheme files are in /usr/share/vim/vim71/colors, as far as I know quotes are already handled using the identifiers shSingleQuote and shDoubleQuote in sh.vim in the syntax directory.
Reply With Quote