diff --git a/README.markdown b/README.markdown index 282f6a9..3660da3 100644 --- a/README.markdown +++ b/README.markdown @@ -11,7 +11,8 @@ 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: +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']