Searched +refs:vhdl +refs:default +refs:library (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 $
37 syn keyword vhdlStatement label library linkage literal loop
153 " Define the default highlighting.
182 let b:current_syntax = "vhdl"
/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.vim178 " if b:asmsyntax still isn't set, default to asmsyntax or GNU
198 elseif ((head =~? '\.title') || (head =~? '\.ident') || (head =~? '\.macro') || (head =~? '\.subtitle') || (head =~? '\.library'))
287 func! s:BindzoneCheck(default)
290 elseif a:default != ''
291 exe 'setf ' . a:default
334 au BufNewFile,BufRead etc/cdrdao.conf,etc/defaults/cdrdao,etc/default/cdrdao,~/.cdrdao setf cdrdaoconf
867 " Distinguish between "default" and Cproto prototype file. */
868 func! s:ProtoCheck(default)
875 exe 'setf ' . a:default
2050 endif " If neither matched, keep default se
[all...]

Completed in 118 milliseconds