Here is the method how to add syntac highlight for markdown in VIM, from here.
Download the vim extension from here;
Open it with vim:
1 | vim markdown-1.2.2.vba.gz |
In vim, run “:source % | quit!”, the extension will be installed;
The generated files are:
1 | ~/.vim |
Done.