Closed paniash closed 3 years ago
Yes of course! Set this:
let g:pandoc#syntax#codeblocks#embeds#langs = [ 'python', 'vim', 'c' ]
This and many other settings are documented in the online help:
:help pandoc-syntax-configuration
@alerque Thanks a lot! Didn't realize there was documentation for a syntax plugin. ;-)
Hi!
Recently I discovered that vim has the functionality for syntax highlighting for language specific code block. This is however, disabled by default and can be enabled by adding the following lines in one's
.vimrc
:This would allow syntax highlighting for the above 3 languages. However, this functionality works with the default syntax for markdown in vim and not with
vim-pandoc-syntax
. Is there a way to enable this feature in this syntax plugin?