Skip to content

Commit 7ad79c7

Browse files
author
Gregory Werbin
committed
add R support
1 parent 66688d8 commit 7ad79c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

after/syntax/r.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: 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

Comments
 (0)