Add note on fenced code block highlighting to README.md

This commit is contained in:
larryhynes
2015-10-12 23:31:06 +01:00
parent 6eac9ffb58
commit e8a6e373f2

View File

@@ -11,6 +11,10 @@ installing from this repository, add the following to your vimrc:
autocmd BufNewFile,BufReadPost *.md set filetype=markdown
If you want to enable fenced code block syntax highlighting in your markdown documents you can enable it in your `.vimrc` like so:
let g:markdown_fenced_languages = ['html', 'python', 'bash=sh']
## License
Copyright © Tim Pope. Distributed under the same terms as Vim itself.