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

6
after/syntax/css.vim Normal file
View File

@@ -0,0 +1,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('css', 'cssMediaBlock,cssFunction,cssDefinition,cssAttrRegion,cssComment')