Searched +refs:vhdl +refs:case +refs:keyword (Results 1 - 4 of 4) 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 $
24 " case is not significant
25 syn case ignore
28 syn keyword vhdlStatement access after alias all assert
29 syn keyword vhdlStatement architecture array attribute
30 syn keyword vhdlStatement begin block body buffer bus
31 syn keyword vhdlStatement case component configuration constant
32 syn keyword vhdlStatement disconnect downto
33 syn keyword vhdlStatemen
[all...]
H A Dhaste.vim4 " Credits: some parts have been taken from vhdl, verilog, and C syntax
23 " case is significant
24 syn case match
27 syn keyword hasteStatement act alias arb array begin bitvec
28 syn keyword hasteStatement bitwidth boolvec broad case
29 syn keyword hasteStatement cast chan const dataprobe do edge
30 syn keyword hasteStatement else end export false ff fi file
31 syn keyword hasteStatement fit for forever func if import
32 syn keyword hasteStatemen
[all...]
H A Dspecman.vim21 syn keyword specmanTodo contained TODO todo ToDo FIXME XXX
23 syn keyword specmanStatement var instance on compute start event expect check that routine
24 syn keyword specmanStatement specman is also first only with like
25 syn keyword specmanStatement list of all radix hex dec bin ignore illegal
26 syn keyword specmanStatement traceable untraceable
27 syn keyword specmanStatement cover using count_only trace_only at_least transition item ranges
28 syn keyword specmanStatement cross text call task within
30 syn keyword specmanMethod initialize non_terminal testgroup delayed exit finish
31 syn keyword specmanMethod out append print outf appendf
32 syn keyword specmanMetho
[all...]
/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
419 " that case it is probably a change file.
1214 " that case it is probably an nroff file: 'filetype' is set and 1 is returned.
2041 if firstNC " Check the next thousand lines for a LaTeX or ConTeXt keyword.
2132 au BufNewFile,BufRead *.hdl,*.vhd,*.vhdl,*.vbe,*.vst setf vhdl
2133 au BufNewFile,BufRead *.vhdl_[0-9]* call s:StarSetf('vhdl')

Completed in 89 milliseconds