summaryrefslogblamecommitdiffstats
path: root/after/syntax/vim.vim
blob: 53023d455db2ed18a80d21e00cc2518ab50eb192 (plain) (tree)
1
2
3
4
5
6




                                                         
                                                                           
" Language:     Colorful CSS Color Preview
" Author:       Aristotle Pagaltzis <pagaltzis@gmx.de>

if !( has('gui_running') || &t_Co==256 ) | finish | endif

call css_color#init('hex', 'none', 'vimHiGuiRgb,vimComment,vimLineComment')