vim-polyglot/after/syntax/scss.vim
Adam Stankiewicz 4071c094c6 Update
2014-12-09 23:09:20 +01:00

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