Searched +refs:vhdl +refs:package +refs:file +refs:name (Results 1 - 4 of 4) 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"
18 ;; This file is part of GNU Emacs.
31 ;; along with GNU Emacs; see the file COPYING. If not, write to the
39 ;; This package provides an Emacs major mode for editing VHDL code.
45 ;; - Insertion of file header
190 (defgroup vhdl nil function
[all...]
/macosx-10.10/vim-55/runtime/
H A Dfiletype.vim1 " Vim support file to detect file types
23 \ let s:name = expand("<afile>") |
24 \ let s:short = substitute(s:name, '\~$', '', '') |
25 \ if s:name != s:short && s:short != "" |
28 \ unlet! s:name s:short
37 " Pattern used to match file names which should not be inspected.
44 " file name matches ft_ignore_pat.
109 " Apache style config file
[all...]
H A Dmakemenu.vim22 " isolate menu name: until the first dot
26 " isolate submenu name: until the colon
29 " after the colon is the syntax name
64 SynMenu AB.Ant\ build\ file:ant
103 SynMenu AB.Bazaar\ commit\ file:bzr
115 SynMenu C.Cabal\ Haskell\ build\ file:cabal
137 SynMenu C.Config.Cfg\ Config\ file:cfg
139 SynMenu C.Config.Generic\ Config\ file:conf
148 SynMenu C.CVS.commit\ file:cvs
215 SynMenu FG.GDB\ command\ file
[all...]
H A Dsynmenu.vim1 " Vim support file to define the syntax selection menu
2 " This file is normally sourced from menu.vim.
9 fun! SetSyn(name)
10 if a:name == "fvwm1"
13 let name = "fvwm"
14 elseif a:name == "fvwm2"
17 let name = "fvwm"
19 let name = a:name
22 exe "set ft=" . name
[all...]

Completed in 121 milliseconds