tpope / vim-markdown

Vim Markdown runtime files
1.22k stars 191 forks source link

highlight all filetypes by default #209

Closed laoshaw closed 3 months ago

laoshaw commented 10 months ago

can I have all fenced block highlighted by default instead of having to specify which file types I can use to highlight?

tpope commented 3 months ago

You could try setting g:markdown_fenced_languages to a long list and see what happens. I expect there will be problems.