Searched +refs:vhdl +refs:set +refs:compiler (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dvhdl-mode.el0 ;;; vhdl-mode.el --- major mode for editing VHDL code
7 ;; Rodney J. Whitby <software.vhdl-mode@rwhitby.net>
9 ;; Keywords: languages vhdl
10 ;; WWW: http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html
12 (defconst vhdl-version "3.33.6"
15 (defconst vhdl-time-stamp "2005-08-30"
68 ;; See comment string of function `vhdl-mode' or type `C-c C-h' in Emacs.
81 ;; Put `vhdl-mode.el' into the `site-lisp' directory of your Emacs installation
87 ;; If you already have the compiled `vhdl-mode.elc' file, put it in the same
89 ;; Emacs: M-x byte-compile-file RET vhdl
190 (defgroup vhdl nil function
[all...]
/macosx-10.10/vim-55/runtime/
H A Dfiletype.vim14 set cpo&vim
43 " Function used for patterns that end in a star: don't set the filetype if the
178 " if b:asmsyntax still isn't set, default to asmsyntax or GNU
1214 " that case it is probably an nroff file: 'filetype' is set and 1 is returned.
1332 " Palm Resource compiler
2025 " 3. Default to "latex" or to g:tex_flavor, can be set in user's vimrc.
2050 endif " If neither matched, keep default set above.
2132 au BufNewFile,BufRead *.hdl,*.vhd,*.vhdl,*.vbe,*.vst setf vhdl
2133 au BufNewFile,BufRead *.vhdl_[0-9]* call s:StarSetf('vhdl')
[all...]
H A Dsynmenu.vim22 exe "set ft=" . name
24 exe "set syn=" . name
27 exe "set syn=" . name
33 set cpo&vim
349 an 50.90.110 &Syntax.PQ.Palm\ resource\ compiler :cal SetSyn("pilrc")<CR>
530 an 50.140.220 &Syntax.UV.VHDL :cal SetSyn("vhdl")<CR>

Completed in 184 milliseconds