On Fri, Sep 29, 2006 at 10:35:04AM +0200, KLEIN St?phane wrote:
> Hi,
> 
> How can I configure vim to use XML syntax when I open *.zcml file ?
See :h autocmd

put this into a a file which is sourced on startup (eg .vimrc or a  plugin-file)
  autocmd BufRead,BufNewFile *.zcml :set ft=xml

Marc

Reply via email to