Searched +refs:ada +refs:exception (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dada.vim4 " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
12 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/ftplugin/ada.vim $
22 " Help Page: ft-ada-plugin
26 " Similarly allows <Ctrl-N> matching of full-length ada entities from tags.
64 nnoremap <unique> <buffer> <C-]> :call ada#Jump_Tag ('', 'tjump')<cr>
67 nnoremap <unique> <buffer> g<C-]> :call ada#Jump_Tag ('','stjump')<cr>
71 nnoremap <unique> <buffer> <C-]> :call ada#List_Tag ()<cr>
74 nnoremap <unique> <buffer> g<C-]> :call ada#List_Tag ()<cr>
81 setlocal completefunc=ada#User_Complete
86 inoremap <unique> <buffer> <C-N> <C-R>=ada#Completio
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dada.vim4 " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
13 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/autoload/ada.vim $
26 " Help Page: ft-ada-functions
35 let g:ada#DotWordRegex = '\a\w*\(\_s*\.\_s*\a\w*\)*'
36 let g:ada#WordRegex = '\a\w*'
37 let g:ada#Comment = "\\v^(\"[^\"]*\"|'.'|[^\"']){-}\\zs\\s*--.*"
38 let g:ada#Keywords = []
40 " Section: g:ada#Keywords {{{1
44 for Item in ['abort', 'else', 'new', 'return', 'abs', 'elsif', 'not', 'reverse', 'abstract', 'end', 'null', 'accept', 'entry', 'select', 'access', 'exception', 'of', 'separate', 'aliased', 'exit', 'or', 'subtype', 'all', 'others', 'synchronized', 'and', 'for', 'out', 'array', 'function', 'overriding', 'tagged', 'at', 'task', 'generic', 'package', 'terminate', 'begin', 'goto', 'pragma', 'then', 'body', 'private', 'type', 'if', 'procedure', 'case', 'in', 'protected', 'until', 'constant', 'interface', 'use', 'is', 'raise', 'declare', 'range', 'when', 'delay', 'limited', 'record', 'while', 'delta', 'loop', 'rem', 'with', 'digits', 'renames', 'do', 'mod', 'requeue', 'xor']
45 let g:ada#Keyword
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Dada.vim4 " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
13 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/indent/ada.vim $
18 " 19.09.2007 NO g: missing before ada#Comment
36 setlocal indentkeys+=0=~then,0=~end,0=~elsif,0=~when,0=~exception,0=~begin,0=~is,0=~record
63 let line = substitute( getline(lnum), g:ada#Comment, '', '' )
77 let line = substitute( getline(lnum), g:ada#Comment, '', '' )
121 let line = substitute( line, g:ada#Comment, '', '' )
148 let line = substitute( getline(lnum), g:ada#Comment, '', '' )
187 let line = substitute( getline(lnum), g:ada#Comment, '', '' )
216 elseif line =~ '^\s*\(case\|exception\)\>'
[all...]
/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...]
H A Dsql.el942 "ada" "asensitive" "assignment" "asymmetric" "atomic" "between"
983 "escape" "every" "except" "exception" "exec" "execute" "external"
1187 "exception" "notfound"
/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
36 let b:current_syntax = "ada"
49 for b:Item in g:ada#Keywords
207 syntax keyword adaKeyword all do exception in new null out
/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
2506 let output = output . "\n" . f . ": " . v:exception

Completed in 368 milliseconds