sponsor Vim development Vim logo Vim Book Ad

vim-octopress : Syntax highlighting for Octopress-flavored Markdown

 script karma  Rating 0/0, Downloaded by 512  Comments, bugs, improvements  Vim wiki

created by
Dan Lowe
 
script type
syntax
 
description
Syntax highlighting mode for Octopress-flavored markdown files (posts, pages mostly).

Source is at https://github.com/tangledhelix/vim-octopress
 
install details
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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-octopress.zip 1.0 2011-12-04 7.0 Dan Lowe Initial upload
ip used for rating: 3.237.186.170

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github