We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6b5ec commit 7b8a907Copy full SHA for 7b8a907
after/syntax/yaml.vim
@@ -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