mirror of
https://github.com/tpope/vim-markdown.git
synced 2025-11-09 18:33:49 -05:00
Example .vimrc:
let g:markdown_fenced_languages = ['vim', 'viml=vim']
syntax on
causes
"/tmp/test.mkd" 6L, 98C
Error detected while processing /usr/share/vim/vim74/syntax/vim.vim:
line 777:
E403: syntax sync: line continuations pattern specified twice
E403: syntax sync: line continuations pattern specified twice
Example "test.mkd" file:
```vim
echo 'hi'
```