1. /usr/share/vim/vim*/syntax 디렉토리에서 c.vim을 pc.vim으로 복사한다.
2. filetype.vim을 열어
     au BufNewFile,BufRead *.pc setf pc  를 추가한다.
Posted by ryu2811