vim-polyglot/after/syntax/scss.vim
Adam Stankiewicz 23913e0598 Update
2015-03-08 21:32:50 -07:00

7 lines
272 B
VimL

" 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', 'scssAttribute,scssComment,scssVariableValue,sassCssAttribute,cssComment')