Searched +refs:vhdl +refs:one +refs:string (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/vim-55/runtime/syntax/
H A Dvhdl.vim5 " $Id: vhdl.vim,v 1.1 2004/06/13 15:34:56 vimboss Exp $
19 " from one VHDL source file. Unfortunately there is no preprocessor for VHDL
59 syn keyword vhdlType string severity_level
182 let b:current_syntax = "vhdl"
H A Dspecman.vim47 syn keyword specmanType integer real bool int long uint byte bits bit time string
71 syn keyword specmanDefine verilog vhdl variable global sys
115 " ANY one who dare jumping to this deep watter is more than welocome!
/macosx-10.10/vim-55/runtime/
H A Dfiletype.vim233 " Check if one of the first five lines contains "VB_Name". In that case it is
308 if getline(lnum) =~# '^\(//\|inherit\|private\|protected\|nosave\|string\|object\|mapping\|mixed\)'
418 " This function checks if one of the first ten lines start with a '@'. In
1213 " This function checks if one of the first five lines start with a dot. In
2132 au BufNewFile,BufRead *.hdl,*.vhd,*.vhdl,*.vbe,*.vst setf vhdl
2133 au BufNewFile,BufRead *.vhdl_[0-9]* call s:StarSetf('vhdl')
2499 " Returns a string with error messages (hopefully empty).

Completed in 92 milliseconds