Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Vim 7 で Python 用の構文強調表示を設定するにはどうすればよいですか?
独自の配色を設定し、コード ファイルの種類に構文を強調表示したいと考えています。
The command to enable syntax highlighting in vim is :syntax on, if you want it to be active everytime you launch vim, just add a line containing syntax on in your .vimrc file.
:syntax on
syntax on
Put the line syntax on in your .vimrc.
.vimrc