diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 21:29:35 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 21:29:35 +0200 |
commit | 12db3dafc57d990db2b3758b0d97a37333a0ddab (patch) | |
tree | 848bc19de5e2f6f48b57d15ad43dc446e5da6ac3 /after/syntax/yaml.vim | |
parent | d1e95cbc98805f82024b318d8fd52e931a3aeae2 (diff) | |
download | vim-polyglot-1.14.1.tar.gz vim-polyglot-1.14.1.zip |
Updatev1.14.1
Diffstat (limited to 'after/syntax/yaml.vim')
-rw-r--r-- | after/syntax/yaml.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/after/syntax/yaml.vim b/after/syntax/yaml.vim new file mode 100644 index 00000000..62f83a8e --- /dev/null +++ b/after/syntax/yaml.vim @@ -0,0 +1,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('hex', 'extended', 'yamlComment,yamlFlowString,yamlPlainScalar') |