2017-04-05 13:50:44 +00:00
|
|
|
" Vim ftdetect plugin file
|
2019-06-03 14:59:15 +00:00
|
|
|
" Language: Windows PowerShell
|
|
|
|
" Maintainer: Peter Provost <peter@provost.org>
|
|
|
|
" Version: 2.9
|
2017-04-05 13:50:44 +00:00
|
|
|
" Project Repository: https://github.com/PProvost/vim-ps1
|
2019-06-03 14:59:15 +00:00
|
|
|
" Vim Script Page: http://www.vim.org/scripts/script.php?script_id=1327
|
|
|
|
|
|
|
|
au BufNewFile,BufRead *.ps1 set ft=ps1
|
|
|
|
au BufNewFile,BufRead *.psm1 set ft=ps1
|