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 66688d8 commit 7ad79c7Copy full SHA for 7ad79c7
after/syntax/r.vim
@@ -0,0 +1,6 @@
1
+" Language: Colorful CSS Color Preview
2
+" Author: Greg Werbin <ourobourbon@gmail.com>
3
+
4
+if !( has('gui_running') || &t_Co==256 ) | finish | endif
5
6
+call css_color#init('hex', 'extended', 'rComment,rString')
0 commit comments