I have the following settings file:
# ~/.vimrc
set tabstop=4
set shiftwidth=4
set smarttab
set expandtab
set softtabstop=4
set autoindent
How would I make these settings apply to python only? Also, how would I add python coloring (such as textmate does for each language) ?