diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 23:27:31 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 23:27:31 +0200 |
commit | c154d82557a4a7642510ee9a4f0c1a8efb9af7e2 (patch) | |
tree | 97f55dd7ce3547584fbc94b234ae72c5306a58cd /after/syntax/html.vim | |
parent | cf1e53bc39c96b9f5586a68efa118a13c615da13 (diff) | |
download | vim-polyglot-c154d82557a4a7642510ee9a4f0c1a8efb9af7e2.tar.gz vim-polyglot-c154d82557a4a7642510ee9a4f0c1a8efb9af7e2.zip |
Remove css-color as it seems to make performance bad, closes #62
Diffstat (limited to 'after/syntax/html.vim')
-rw-r--r-- | after/syntax/html.vim | 11 |
1 files changed, 0 insertions, 11 deletions
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 <pagaltzis@gmx.de> - -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 |