From 919c3e6b8859e0f30d6114aba83643c48e3bc059 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 27 Mar 2017 12:42:17 +0100 Subject: [PATCH] Tweet json filetype & syntax settings --- after/ftplugin/json.vim | 1 - after/syntax/json.vim | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/after/ftplugin/json.vim b/after/ftplugin/json.vim index 5dd568e..038175a 100644 --- a/after/ftplugin/json.vim +++ b/after/ftplugin/json.vim @@ -1,2 +1 @@ set conceallevel=2 -set concealcursor=n diff --git a/after/syntax/json.vim b/after/syntax/json.vim index e600923..60906b8 100644 --- a/after/syntax/json.vim +++ b/after/syntax/json.vim @@ -1 +1,3 @@ hi link jsonKeyword Function +hi link jsonNull Constant +hi link jsonQuote Delimiter