Open
Description
I've just been profiling pandoc syntax as it seemed much slower than other highlighters when swapping buffers (I know: it still only takes a quarter of a second! but usually its virtually instant)
It seems the cause is running the html, javascript, css, vb, tex and yaml syntax highlighter every time, (especially html and css) wether there is code in the page or not. Is there a way of limiting this manually? eg. to just yaml and tex? It wasn't affected by:
let g:pandoc#syntax#codeblocks#embeds#langs = []