diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-04-05 17:33:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-04-05 17:33:26 +0200 |
commit | 5b435d671e5287975398316b8aa8000c96e6ec92 (patch) | |
tree | 5f1797bf37028f5397eb406edff9168cbabfe97e /runtime/filetype.vim | |
parent | 3675fa09a753bdf0b5eaac209ed8d6739a7e95d4 (diff) | |
download | vim-git-5b435d671e5287975398316b8aa8000c96e6ec92.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r-- | runtime/filetype.vim | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 83d07bc10..2a2c0b76c 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: 2012 Mar 28 +" Last Change: 2012 Apr 05 " Listen very carefully, I will say this only once if exists("did_load_filetypes") @@ -2142,6 +2142,9 @@ au BufNewFile,BufReadPost *.tssop setf tssop " TSS - Command Line (temporary) au BufNewFile,BufReadPost *.tsscl setf tsscl +" TWIG files +au BufNewFile,BufReadPost *.twig setf twig + " Motif UIT/UIL files au BufNewFile,BufRead *.uit,*.uil setf uil |