INSTALLING DOS2UNIX ON MAC OSX LION:
Make sure you have homebrew: http://www.bigfastblog.com/homebrew-intro-to-the-mac-os-x-package-installer
brew install dos2unix
INSTALLING DOS2UNIX ON MAC OSX LION:
Make sure you have homebrew: http://www.bigfastblog.com/homebrew-intro-to-the-mac-os-x-package-installer
brew install dos2unix
######################### USAGE ############################# | |
# save vim.rb to $HOME | |
# | |
# brew unlink ruby | |
# brew install $HOME/vim.rb | |
# brew link ruby | |
# | |
# (unlinking/relinking ruby explained @ | |
# https://github.com/Homebrew/homebrew-dupes/issues/17) | |
# |
// All elements which match this will be syntax highlighted. | |
var selector = 'code'; | |
var keywords = ('var function if else for while break switch case do new ' | |
+'continue delete return this true false throw catch typeof').split(' '); | |
// Syntax definition | |
// The key becomes the class name of the <span> | |
// around the matched block of code. | |
var syntax = { |
/* mrrena theme <mrrena.blogspot.com> */ | |
pre.code { | |
background-color: #1e2029; | |
padding: 4px; | |
color: #fff; | |
font-family: monospace, consolas, "courier new"; | |
color: #fff; | |
font-size: 12px; | |
margin: 1.0em 40px; | |
overflow-x: auto; |