From 705ea0f64f3586cdaba625155c5cac6c1bc0dd98 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 17 Jun 2019 23:04:36 -0400 Subject: [PATCH] vimrc: use rainbow braces for json --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index a26764f..f379daf 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -261,7 +261,7 @@ com W execute 'w !sudo tee > /dev/null %' | edit! au FileType c,cpp,cs,java,php,ruby,rust,python,go,zscript,markdown au BufWritePre call s:StripWhite() " Enable rainbow braces -au FileType c,cpp,cs,java,php,ruby,rust,python,go,zscript,html,scheme,racket,lisp au BufEnter RainbowToggleOn +au FileType c,cpp,cs,java,php,ruby,rust,python,go,zscript,html,scheme,racket,lisp,json au BufEnter RainbowToggleOn " markdown sucks au FileType markdown set comments+=fb:- comments-=b:- indentexpr=