Skip to content

Commit 7b8a907

Browse files
acidjazzap
authored andcommitted
add support for YAML files
1 parent 7f6b5ec commit 7b8a907

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

after/syntax/yaml.vim

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
" Language: Colorful CSS Color Preview
2+
" Author: Aristotle Pagaltzis <pagaltzis@gmx.de>
3+
4+
if !( has('gui_running') || &t_Co==256 ) | finish | endif
5+
6+
call css_color#init('hex', 'extended', 'yamlComment,yamlString')

0 commit comments

Comments
 (0)