[ANNOUNCE] VIM syntax script for highlighting BZR commit files

Dmitry Vasiliev dima at hlabs.spb.ru
Tue Feb 6 07:02:42 GMT 2007


I've created VIM syntax script for highlighting Bazaar's commit files. 
You can download the script at http://hlabs.spb.ru/vim/en#bzr.vim and it 
will be included in the VIM distribution soon.

For installation place bzr.vim into ~/.vimfiles/syntax (or 
corresponding) directory and add the following lines to ~/.vimrc:

     " Bazaar version control
     au BufNewFile,BufRead bzr_log.*    setf bzr

(Those lines above will be added to filetype.vim for the next VIM release)

Comments and thoughts welcome!

-- 
Dmitry Vasiliev (dima at hlabs.spb.ru)
     http://hlabs.spb.ru



More information about the bazaar mailing list