9 lines
377 B
VimL
9 lines
377 B
VimL
" Vim ftdetect plugin file
|
|
" Language: Windows PowerShell
|
|
" Maintainer: Peter Provost <peter@provost.org>
|
|
" Version: 2.10
|
|
" Project Repository: https://github.com/PProvost/vim-ps1
|
|
" Vim Script Page: http://www.vim.org/scripts/script.php?script_id=1327
|
|
|
|
au BufNewFile,BufRead *.cdxml set ft=xml
|
|
au BufNewFile,BufRead *.psc1 set ft=xml
|