summaryrefslogtreecommitdiffstats
path: root/after/syntax/json.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-06-11 16:52:26 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-06-11 16:52:26 +0200
commit7ffa793f199f457beac69fe4412734bd28dc0bbf (patch)
treef493fa7a3fd7b4ef322b99b7f422ad7c497ee2da /after/syntax/json.vim
parent4203435c48adfec7950f5b9ab745e87c5296e486 (diff)
downloadvim-polyglot-7ffa793f199f457beac69fe4412734bd28dc0bbf.tar.gz
vim-polyglot-7ffa793f199f457beac69fe4412734bd28dc0bbf.zip
Update
Diffstat (limited to 'after/syntax/json.vim')
-rw-r--r--after/syntax/json.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/after/syntax/json.vim b/after/syntax/json.vim
new file mode 100644
index 00000000..dfca138e
--- /dev/null
+++ b/after/syntax/json.vim
@@ -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')