summaryrefslogtreecommitdiffstats
path: root/after/syntax/less.vim
blob: 7261d9eb042cebc10b2de22ef590951d5e008c5a (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', 'lessVariableValue,lessDefinition,lessComment')