comparison runtime/filetype.vim @ 481:66080ac5dab7 v7.0130

updated for version 7.0130
author vimboss
date Mon, 15 Aug 2005 21:41:48 +0000
parents f713fc55bf7b
children 6f8b578776ab
comparison
equal deleted inserted replaced
480:bf5ba8a0cdee 481:66080ac5dab7
1 " Vim support file to detect file types 1 " Vim support file to detect file types
2 " 2 "
3 " Maintainer: Bram Moolenaar <Bram@vim.org> 3 " Maintainer: Bram Moolenaar <Bram@vim.org>
4 " Last Change: 2005 Jul 13 4 " Last Change: 2005 Aug 15
5 5
6 " Listen very carefully, I will say this only once 6 " Listen very carefully, I will say this only once
7 if exists("did_load_filetypes") 7 if exists("did_load_filetypes")
8 finish 8 finish
9 endif 9 endif
1698 au BufNewFile,BufRead /etc/updatedb.conf setf updatedb 1698 au BufNewFile,BufRead /etc/updatedb.conf setf updatedb
1699 1699
1700 " Verilog HDL 1700 " Verilog HDL
1701 au BufNewFile,BufRead *.v setf verilog 1701 au BufNewFile,BufRead *.v setf verilog
1702 1702
1703 " Verilog-AMS HDL
1704 au BufNewFile,BufRead *.va,*.vams setf verilogams
1705
1703 " VHDL 1706 " VHDL
1704 au BufNewFile,BufRead *.hdl,*.vhd,*.vhdl,*.vbe,*.vst setf vhdl 1707 au BufNewFile,BufRead *.hdl,*.vhd,*.vhdl,*.vbe,*.vst setf vhdl
1705 au BufNewFile,BufRead *.vhdl_[0-9]* call s:StarSetf('vhdl') 1708 au BufNewFile,BufRead *.vhdl_[0-9]* call s:StarSetf('vhdl')
1706 1709
1707 " Vim script 1710 " Vim script