Skip to content

Sibylus/liquid-tmbundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TextMate bundle for Liquid development

To install with Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/andrew/liquid-tmbundle.git "Liquid.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

To install without Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
wget http://github.com/andrew/liquid-tmbundle/tarball/master
tar zxf andrew-liquid-tmbundle*.tar.gz
rm andrew-liquid-tmbundle*.tar.gz
mv andrew-liquid-tmbundle* "Liquid.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

Mirrored from: http://blog.radixhound.com/2007/1/31/liquid-textmate-bundle

About

Liquid Templates Textmate Bundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published