Files
vim-markdown/syntax
Tim Pope b2697b0adf 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.

Closes #17.
2012-10-12 17:58:09 -04:00
..