Tidbits
Enable jade syntax highlighting in Sublime
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone https://github.com/miksago/jade-tmbundle.git Jade
Enable less syntax highlighting in Sublime
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/danro/LESS-sublime.git LESS
Interesting Links
- Ben Horowitz’s blog - Musings from one of the top venture capitalists in silicon valley.
- Javascript gotcha: Hoisting explained - Learn more about one of the more subtle features of javascript.
comments powered by Disqus