From c154d82557a4a7642510ee9a4f0c1a8efb9af7e2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 18 Jul 2015 23:27:31 +0200 Subject: Remove css-color as it seems to make performance bad, closes #62 --- after/syntax/html.vim | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'after/syntax/html.vim') diff --git a/after/syntax/html.vim b/after/syntax/html.vim index 7ea622c6..5211a9cc 100644 --- a/after/syntax/html.vim +++ b/after/syntax/html.vim @@ -43,14 +43,3 @@ if exists("s:pre_less_cur_syn") endif endif -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1 - -" 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 - -endif -- cgit v1.2.3