9 lines
334 B
VimL
9 lines
334 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 *.ps1xml set ft=ps1xml
|