comparison runtime/filetype.vim @ 17758:f2c2f9126a82

Update runtime files. commit https://github.com/vim/vim/commit/56c860c315c517d304320e12bf7b5c1479546dae Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 17 20:09:31 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 20:15:03 +0200
parents 62a6d99082f7
children 180fb9981255
comparison
equal deleted inserted replaced
17757:39fe82460b5d 17758:f2c2f9126a82
699 au BufNewFile,BufRead *.vc,*.ev,*.sum,*.errsum setf hercules 699 au BufNewFile,BufRead *.vc,*.ev,*.sum,*.errsum setf hercules
700 700
701 " HEX (Intel) 701 " HEX (Intel)
702 au BufNewFile,BufRead *.hex,*.h32 setf hex 702 au BufNewFile,BufRead *.hex,*.h32 setf hex
703 703
704 " Hollywood
705 au BufRead,BufNewFile *.hws setf hollywood
706
704 " Tilde (must be before HTML) 707 " Tilde (must be before HTML)
705 au BufNewFile,BufRead *.t.html setf tilde 708 au BufNewFile,BufRead *.t.html setf tilde
706 709
707 " HTML (.shtml and .stm for server side) 710 " HTML (.shtml and .stm for server side)
708 au BufNewFile,BufRead *.html,*.htm,*.shtml,*.stm call dist#ft#FThtml() 711 au BufNewFile,BufRead *.html,*.htm,*.shtml,*.stm call dist#ft#FThtml()