sponsor Vim development Vim logo Vim Book Ad

tumblr.vim : Syntax highlighting for Tumblr themes.

 script karma  Rating 13/4, Downloaded by 721  Comments, bugs, improvements  Vim wiki

created by
Liam Curry
 
script type
syntax
 
description
Syntax highlighting for Tumblr themes.

Screenshot: http://i.imgur.com/2IzwA.png
Source: https://github.com/liamcurry/tumblr.vim

By default it will highlight any files matching *.tumblr.html, but you can change this by adding this to your .vimrc (replace .tblr.html with whatever extension you like):

au BufRead,BufNewFile *.tblr.html set filetype=tumblr

Note: this is a fork of Liam Cooke's original version here: http://www.vim.org/scripts/script.php?script_id=3011. The main difference between the repositories is that this version is easily installable via pathogen or vundle, and it requires no changes to your .vimrc file.
 
install details
With pathogen or vundle:

git clone https://github.com/liamcurry/tumblr.vim.git ~/.vim/bundle/tumblr.vim

With pathogen or vundle and git submodules:

git submodule add https://github.com/liamcurry/tumblr.vim.git ~/.vim/bundle/tumblr.vim

Otherwise, download the zip file and place the files in their respective folders in your ~/.vim folder.
 

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
tumblr.vim.zip 1.0 2012-10-10 7.0 Liam Curry Initial upload
ip used for rating: 3.144.154.208

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