Switch back to css-color, fixes #23

This commit is contained in:
Adam Stankiewicz
2014-04-15 01:23:13 +02:00
parent a4c9223257
commit 6c198a3ca9
10 changed files with 597 additions and 639 deletions

View File

@@ -1 +1,6 @@
syn include syntax/css/vim-coloresque.vim
" Language: Colorful CSS Color Preview
" Author: Aristotle Pagaltzis <pagaltzis@gmx.de>
if !( has('gui_running') || &t_Co==256 ) | finish | endif
call css_color#init('css', 'lessVariableValue')