Searched +refs:ada +refs:task +refs:spec (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dada-mode.el0 ;;; ada-mode.el --- major-mode for editing Ada sources
10 ;; Keywords: languages ada
32 ;;; composed of four Lisp files: ada-mode.el, ada-xref.el, ada-prj.el
33 ;;; and ada-stmt.el. Only this file (ada-mode.el) is completely
40 ;;; another file, called ada-vms.el, that provides some required
45 ;;; By default, the valid extensions for Ada files are .ads, .adb or .ada
46 ;;; If the ada
163 (defgroup ada nil function
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dada.vim4 " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
14 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/syntax/ada.vim $
23 " Help Page: help ft-ada-syntax
25 " The formal spec of Ada 2005 (ARM) is the "Ada 2005 Reference Manual".
36 let b:current_syntax = "ada"
49 for b:Item in g:ada#Keywords
160 " begin, package, task etc. Assiging it to adaEnd.
216 syntax keyword adaBegin protected renames task
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim93 au BufNewFile,BufRead *.adb,*.ads,*.ada setf ada
95 au BufNewFile,BufRead *.gpr,*.ada_m,*.adc setf ada
97 au BufNewFile,BufRead *.gpr setf ada
1900 au BufNewFile,BufRead *.spec setf spec
2004 au BufRead,BufNewFile *.task setf taskedit

Completed in 134 milliseconds