Can VIM be used for XAML editing?
Add the following to your filetype.vim (this will be in your $VIM/vim72 directory, or you can create one in your own personal .vim directory). This will tell Vim to automatically set the filetype for xaml files to xml.
" Xaml
au BufNewFile,BufRead *.xaml setf xml
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With