diff options
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 |