summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index b52a4c6612..bc90469172 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1866,6 +1866,9 @@ au BufNewFile,BufRead *.pk setf poke
" Protocols
au BufNewFile,BufRead */etc/protocols setf protocols
+" Purescript
+au BufNewFile,BufRead *.purs setf purescript
+
" PyPA manifest files
au BufNewFile,BufRead MANIFEST.in setf pymanifest