vim-polyglot/after/syntax/scss.vim

7 lines
260 B
VimL
Raw Normal View History

2014-12-09 17:09:20 -05:00
" 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')