Searched +refs:vhdl +refs:add +refs:syntax (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/vim-55/runtime/syntax/
H A Dspecman.vim1 " Vim syntax file
12 " Remove any old syntax stuff hanging around
13 " For version 5.x: Clear all syntax items
14 " For version 6.x: Quit when a syntax file was already loaded
16 syntax clear
33 syn keyword specmanMethod init run copy as_a set_config dut_error add clear lock quit
71 syn keyword specmanDefine verilog vhdl variable global sys
/macosx-10.10/vim-55/runtime/
H A Dmakemenu.vim1 " Script to define the syntax menu in synmenu.vim
29 " after the colon is the syntax name
559 SynMenu UV.VHDL:vhdl
576 SynMenu WXYZ.Whitespace\ (add):whitespace
H A Dsynmenu.vim1 " Vim support file to define the syntax selection menu
8 " Set 'filetype' and also 'syntax' if it is manually selected.
530 an 50.140.220 &Syntax.UV.VHDL :cal SetSyn("vhdl")<CR>
546 an 50.150.190 &Syntax.WXYZ.Whitespace\ (add) :cal SetSyn("whitespace")<CR>
573 an <silent> 50.200 &Syntax.Set\ '&syntax'\ only :call <SID>Setsynonly()<CR>
H A Dfiletype.vim460 " This function checks for valid cl syntax in the first five lines.
1465 " This function checks for valid Pascal syntax in the first ten lines.
2063 " Translation from formats to file types. TODO: add AMSTeX, RevTex, others?
2132 au BufNewFile,BufRead *.hdl,*.vhd,*.vhdl,*.vbe,*.vst setf vhdl
2133 au BufNewFile,BufRead *.vhdl_[0-9]* call s:StarSetf('vhdl')

Completed in 193 milliseconds