Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to install slim tm bundle in sublime2

Tags:

slim-lang

I would like to install the slim textmate bundle to sublime2. I went to this link slim textmate bundle

I cloned it to the pristinepackage(as per the nettuts website) but nothing happened.. What am I missing?.

like image 818
coool Avatar asked Jan 20 '12 19:01

coool


1 Answers

Try the following (it has worked for me):

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone https://github.com/slim-template/ruby-slim.tmbundle.git Ruby-Slim.tmbundle

And then in Sublime Text 2, you should be able to find 'Ruby Slim' in the bottom right language selection. At worst, you may need to quit and restart Sublime.

like image 102
Victor Mota Avatar answered Nov 04 '22 11:11

Victor Mota