Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 639 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 639 Bytes

Vim syntax highlighting for Octopress-flavored Markdown files.

To install the traditional way:

git clone https://github.com/tangledhelix/vim-octopress.git
cd vim-octopress
for i in ftplugin syntax ; do
	mkdir -p ~/.vim/$i
	cp $i/octopress.vim ~/.vim/$i
done

If you use Pathogen:

cd ~/.vim/bundle
git clone https://github.com/tangledhelix/vim-octopress.git octopress

To use this mode for your Octopress Markdown files, use an autocmd.

autocmd BufNewFile,BufRead *.markdown setfiletype octopress