Add support for PowerShell scripts

This commit is contained in:
Dustin C. Hatch
2011-12-20 20:16:27 -06:00
parent 5e58c9fb22
commit 088b5d7c6c
4 changed files with 150 additions and 0 deletions

1
ftdetect/ps1.vim Normal file
View File

@@ -0,0 +1 @@
autocmd BufRead,BufNewFile *.ps1 set filetype=ps1