From 6c198a3ca9c392069c119282b702028fbfb5edf3 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 15 Apr 2014 01:23:13 +0200 Subject: Switch back to css-color, fixes #23 --- after/syntax/vim.vim | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'after/syntax/vim.vim') diff --git a/after/syntax/vim.vim b/after/syntax/vim.vim index d6ab73ff..4fdaee2e 100644 --- a/after/syntax/vim.vim +++ b/after/syntax/vim.vim @@ -1 +1,6 @@ -syn include syntax/css/vim-coloresque.vim +" Language: Colorful CSS Color Preview +" Author: Aristotle Pagaltzis + +if !( has('gui_running') || &t_Co==256 ) | finish | endif + +call css_color#init('any', 'vimHiGuiRgb,vimComment,vimLineComment') -- cgit v1.2.3