Highlight certain langs by default in Pandoc code blocks

This commit is contained in:
2022-07-13 22:02:15 +02:00
parent c7d71ba755
commit 8464ff4231

2
_vimrc
View File

@@ -98,6 +98,8 @@ if executable('pdftotext')
let g:pdf_convert_on_read=1 let g:pdf_convert_on_read=1
endif endif
let g:pandoc#syntax#codeblocks#embeds#langs = ["html", "js=javascript", "java"]
silent! helptags ALL silent! helptags ALL
colorscheme atomified colorscheme atomified