diff options
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 43e96f2049..6abf9da55f 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 Jul 27 +" Last Change: 2019 Aug 26 " Listen very carefully, I will say this only once if exists("did_load_filetypes") @@ -697,6 +697,9 @@ au BufNewFile,BufRead *.vc,*.ev,*.sum,*.errsum setf hercules " HEX (Intel) au BufNewFile,BufRead *.hex,*.h32 setf hex +" Hollywood +au BufRead,BufNewFile *.hws setf hollywood + " Tilde (must be before HTML) au BufNewFile,BufRead *.t.html setf tilde |