Files
vim-markdown/syntax
Tim Pope c1fca6e057 Highlight GitHub style fenced code blocks
One needs to opt-in to this by specifying which file types should be
highlighted:

    let g:markdown_github_languages = ['ruby', 'erb=eruby']

This may not work for all file types.
2012-10-12 13:40:24 -04:00
..