commit 3039e721afdc85a2431468b27c092139f5a274ee
parent 80bab498578a2c8126c24df54a2866b37e1b584b
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Wed, 23 Sep 2020 12:18:15 +0200
vim: add C to markdown code blocks
Former-commit-id: c7df5a87b76b7de364de70ac238ac33e19b34e26
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -616,7 +616,7 @@ filetype plugin indent on
syntax on
" Enable fenced code highlighting in markdown (tpope's plugin, ships with vim)
-let g:markdown_fenced_languages = ['html', 'python', 'ruby', 'bash=sh', 'map', 'vim']
+let g:markdown_fenced_languages = ['html', 'python', 'ruby', 'bash=sh', 'map', 'vim', 'c']
" Enable markdown folding
let g:markdown_folding = 1