Skip to content

arrmac/vim-octopress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Syntax highlighting for Octopress-flavored Markdown

Resources

Stars

Watchers

Forks

Packages

No packages published