diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-06-11 16:52:26 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-06-11 16:52:26 +0200 |
commit | 7ffa793f199f457beac69fe4412734bd28dc0bbf (patch) | |
tree | f493fa7a3fd7b4ef322b99b7f422ad7c497ee2da /after/syntax | |
parent | 4203435c48adfec7950f5b9ab745e87c5296e486 (diff) | |
download | vim-polyglot-7ffa793f199f457beac69fe4412734bd28dc0bbf.tar.gz vim-polyglot-7ffa793f199f457beac69fe4412734bd28dc0bbf.zip |
Update
Diffstat (limited to 'after/syntax')
-rw-r--r-- | after/syntax/json.vim | 6 |
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') |