diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-09-07 19:22:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-07 19:22:33 -0700 |
| commit | dd7355358edc40734afcce695432756859377eb8 (patch) | |
| tree | ca104883444d0e6f183799860baf47fdc94369c0 /runtime/filetype.vim | |
| parent | 6692c0958f476456b59cd9f36b35b1c5b3202145 (diff) | |
| parent | 8f2557ad197afbb46f44bb84b6214c6760084bd1 (diff) | |
| download | rneovim-dd7355358edc40734afcce695432756859377eb8.tar.gz rneovim-dd7355358edc40734afcce695432756859377eb8.tar.bz2 rneovim-dd7355358edc40734afcce695432756859377eb8.zip | |
Merge #10962 from justinmk/vim-088e8e344352
vim-patch: runtime updates
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 |