dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit d38ac69e2e8d21285f71b9545021c38b71d1b419
parent c0da426276032ba22d8cede8c6c787d0b8633711
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 30 May 2021 15:40:00 +0200

vim: more markdown code highlighting

Diffstat:
Mvim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -644,7 +644,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', 'c'] +let g:markdown_fenced_languages = ['html', 'python', 'ruby', 'bash=sh', 'map', 'vim', 'c', 'cpp', 'make'] " Enable markdown folding let g:markdown_folding = 1