From: Sergey Matveev Date: Wed, 2 Sep 2020 11:52:34 +0000 (+0300) Subject: Fix Hjson commenting X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=18407b1af9f1ec876576a988d4fdb8c90d344200;hp=cfc9ca7390d9929030708be4d2b315d7ad9dc131 Fix Hjson commenting --- diff --git a/vim/.vim/ftdetect/hjson.vim b/vim/.vim/ftdetect/hjson.vim index e3474ab..8181fc2 100644 --- a/vim/.vim/ftdetect/hjson.vim +++ b/vim/.vim/ftdetect/hjson.vim @@ -1 +1,2 @@ autocmd BufNewFile,BufRead *.hjson setlocal shiftwidth=2 +autocmd BufNewFile,BufRead *.hjson setlocal commentstring=#\ %s