From 36d160d30fb5d936b85c8ddea7f3bca1a51b7097 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Thu, 5 Apr 2018 09:41:19 +0100 Subject: [PATCH] json definitions --- vim/colors/monotonous.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim/colors/monotonous.vim b/vim/colors/monotonous.vim index 483783c..cbcf2d4 100644 --- a/vim/colors/monotonous.vim +++ b/vim/colors/monotonous.vim @@ -294,5 +294,11 @@ hi! def link netrwQHTopic mInterfaceKeyword hi! def link netrwHelpCmd mInterfaceKey "}}} +" #json definitions +"{{{ +hi! def link jsonKeyword Identifier +hi! def link jsonValue String +hi! def link jsonQuote mNoise +"}}} " vim: foldmethod=marker