-
autodetect go.vim highlighting
Instead of constantly having to hit
:setf gowhen editing your Go files in vim, just drop this into~/.vim/ftdetect/go.vim:autocmd BufNewFile,BufReadPost *.go set filetype=goPosted on March 24, 2010 ()
explorations into google's new language by nick quaranto
Instead of constantly having to hit :setf go when editing your Go files in vim, just drop this into ~/.vim/ftdetect/go.vim:
autocmd BufNewFile,BufReadPost *.go set filetype=go
Posted on March 24, 2010 ()