Re: Question about setting default syntax highlighter

2014-07-18 Thread Paul Isambert
Le jeudi 17 juillet 2014 à 11:45, Carfield Yim a écrit: Hi, I need to use vim to edit config files for Visual Studio project a lot, all the config file are XML but edit with *.conf. How can I config vim to use XML syntax highlighter for all *.conf file? See “:help new-filetype”. You must do

RE: Question about setting default syntax highlighter

2014-07-17 Thread John Beckett
Carfield Yim wrote: Hi, I need to use vim to edit config files for Visual Studio project a lot, all the config file are XML but edit with *.conf. How can I config vim to use XML syntax highlighter for all *.conf file? See the example at http://vim.wikia.com/wiki/Filetype.vim Sorry it's a bit