CoffeeScript 1.7 is shaping up to be a pretty kick-ass release with significant improvements. Here are the ones I'm most excited about, in order of my own excitement.
Years of being wished for, finally granted!
| source ~/.git-flow-completion.sh | |
| export TERM=xterm-16color | |
| source /etc/bash_completion.d/git | |
| GIT_PS1_SHOWDIRTYSTATE=true | |
| # colours | |
| local black='\[\033[8;30m\]' | |
| local red='\[\033[0;31m\]' | |
| local green='\[\033[0;32m\]' |
CoffeeScript 1.7 is shaping up to be a pretty kick-ass release with significant improvements. Here are the ones I'm most excited about, in order of my own excitement.
Years of being wished for, finally granted!
| { | |
| "cmd": ["coffee","-c","$file"], | |
| "file_regex": "^(...*?):([0-9]*):?([0-9]*)", | |
| "selector": "source.coffee", | |
| "windows": | |
| { | |
| "cmd":["coffee.cmd"] | |
| } | |
| } |