This commit is contained in:
Adam Stankiewicz
2015-06-11 16:52:26 +02:00
parent 4203435c48
commit 7ffa793f19
6 changed files with 25 additions and 14 deletions

6
after/syntax/json.vim Normal file
View File

@@ -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('css', 'none', 'jsonString')