summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-09-30 21:47:56 +0200
committerBram Moolenaar <Bram@vim.org>2010-09-30 21:47:56 +0200
commit4a74803ef837eeb4d4fc799ac9a26fc93e584111 (patch)
tree49d3d0a083a47078ae42a3b353a691e005d71ab6 /runtime/filetype.vim
parentc2a406b3179af3a77fb059288ead7266cdce2ac8 (diff)
Runtime file updates.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index afc0740b1c..79090f0ee4 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1,7 +1,7 @@
" Vim support file to detect file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2010 Jul 30
+" Last Change: 2010 Sep 29
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -677,6 +677,9 @@ au BufNewFile,BufRead *.exp setf expect
" Exports
au BufNewFile,BufRead exports setf exports
+" Falcon
+au BufNewFile,BufRead *.fal setf falcon
+
" Fantom
au BufNewFile,BufRead *.fan,*.fwt setf fan