summaryrefslogblamecommitdiffstats
path: root/after/syntax/stylus.vim
blob: 98fb1eed42b51de98b4ca36ce4a6f498284c3706 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                                                  




                                                         
                                                                                     

     
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

call css_color#init('css', 'extended', 'stylusCssAttribute,stylusComment,cssComment')

endif