2006/9/29, Marc Weber <[EMAIL PROTECTED]>:
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 autocmdput this into a a file which is sourced on startup (eg .vimrc or a plugin-file) autocmd BufRead,BufNewFile *.zcml :set ft=xml
Thanks, it's working.
