summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-17 21:18:32 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-17 21:18:32 +0100
commit4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a (patch)
tree854789544d45595f5bbd76e86151f5ae42488525 /runtime/filetype.vim
parenta5483448cba6997517003a22a8029f0de1007d0e (diff)
Update runtime files.
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 76b7aa1a7c..26f5483243 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: 2019 Jan 28
+" Last Change: 2019 Feb 07
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -54,6 +54,9 @@ au BufNewFile,BufRead $VIMRUNTIME/doc/*.txt setf help
" Abaqus or Trasys
au BufNewFile,BufRead *.inp call dist#ft#Check_inp()
+" 8th (Firth-derivative)
+au BufNewFile,BufRead *.8th setf 8th
+
" A-A-P recipe
au BufNewFile,BufRead *.aap setf aap