On Monday, February 26, 2018 at 6:55:04 PM UTC-6, CoinCheung wrote: > For markdown files, there can be other programming language coded embedded > between the ``` ``` pair. however, in vim these code blocks does not have > highlighted syntax. Did I have the wrong configuration to turn this feature > off, or does vim have no such features? > >
>From looking at the syntax file it looks this is supported through the >"g:markdown_fenced_languages" variable. I can't find any documentation for >this, however. I think you need to set it to a list of syntax names (e.g. cpp, >dosini, bat, c, python, perl) to use for highlighting. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
