summaryrefslogtreecommitdiffstats
path: root/after/syntax/stylus.vim
blob: 2c50a9886d7de676b775e98fe39362fcf7dd1fd7 (plain) (blame)
1
2
3
4
5
6
" 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', 'stylusCssAttribute,stylusComment,cssComment')