Searched +refs:vhdl +refs:project +refs:file +refs:name (Results 1 - 2 of 2) 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
45 ;; - Insertion of file headers
53 ;; - Source file compilatio
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...]

Completed in 237 milliseconds