vimrc: use rainbow braces for json

master
an 2019-06-17 23:04:36 -04:00
parent 6f3169a46c
commit 705ea0f64f
1 changed files with 1 additions and 1 deletions

View File

@ -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 <buffer> call s:StripWhite()
" Enable rainbow braces
au FileType c,cpp,cs,java,php,ruby,rust,python,go,zscript,html,scheme,racket,lisp au BufEnter <buffer> RainbowToggleOn
au FileType c,cpp,cs,java,php,ruby,rust,python,go,zscript,html,scheme,racket,lisp,json au BufEnter <buffer> RainbowToggleOn
" markdown sucks
au FileType markdown set comments+=fb:- comments-=b:- indentexpr=