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/html.vim | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'after/syntax/html.vim') diff --git a/after/syntax/html.vim b/after/syntax/html.vim index c1ccd239..104642c2 100644 --- a/after/syntax/html.vim +++ b/after/syntax/html.vim @@ -9,4 +9,10 @@ syn region coffeeScript start=##me=s-1 keepend \ contains=@htmlCoffeeScript,htmlScriptTag,@htmlPreproc \ containedin=htmlHead -syn include syntax/css/vim-coloresque.vim +" Language: Colorful CSS Color Preview +" Author: Aristotle Pagaltzis + +if !( has('gui_running') || &t_Co==256 ) | finish | endif + +" default html syntax should already be including the css syntax +syn cluster colorableGroup add=htmlString,htmlCommentPart -- cgit v1.2.3