mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
7 lines
221 B
VimL
7 lines
221 B
VimL
" 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', 'extended', 'luaComment,luaString')
|