vim-polyglot/after/syntax/yaml.vim

7 lines
243 B
VimL
Raw Permalink Normal View History

2015-07-18 15:29:35 -04: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('hex', 'extended', 'yamlComment,yamlFlowString,yamlPlainScalar')