Searched +refs:ada +refs:with +refs:indent (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/vim-55/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.10.1/vim-55/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.10.1/vim-55/runtime/indent/
H A Dada.vim2 " Description: Vim Ada indent file
4 " $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
19 " Help Page: ft-vim-indent
24 " Combine the two large block-indent functions into one?
27 " Only load this indent file when no other was loaded.
51 " Try to find indent of the block we're in
52 " prev_indent = the previous line's indent
[all...]
/macosx-10.10.1/vim-55/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
62 " with the other type keywords, and many Ada programs define
174 " 'record' usually starts a structure, but "with null record;" does not,
176 " 'record;' matches a "with null record", so make it a keyword (this can
177 " match when the 'with' or 'null' is on a previous line).
226 " Section: with, us
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dada-mode.el0 ;;; ada-mode.el --- major-mode for editing Ada sources
10 ;; Keywords: languages ada
25 ;; along with GNU Emacs; see the file COPYING. If not, write to the
31 ;;; rewrite of the file packaged with Emacs-20. The Ada mode is
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
38 ;;; Note: this mode will not work with Emac
163 (defgroup ada nil function
[all...]
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_ca_es.latin1.vim43 menutrans Split\ &Diff\ with\.\.\. &Mostra\ les\ difer�ncies\ respecte\.\.\.
97 menutrans Toggle\ &auto-indent<Tab>:set\ ai! &Sagnia\ autom�tica<Tab>:set\ ai!
238 menutrans &Max\ Height<Tab>^W_ M�xima\ &al�ada<Tab>^W_
239 menutrans M&in\ Height<Tab>^W1_ M�nima\ a&l�ada<Tab>^W1_
279 tmenu ToolBar.WinMax Al�ada m�xima
280 tmenu ToolBar.WinMin Al�ada m�nima
/macosx-10.10.1/vim-55/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
141 " Active Server Pages (with Visual Basic Script)
149 " Active Server Pages (with Perl or Visual Basic Script)
418 " This function checks if one of the first ten lines start with a '@'. In
420 " If the first line starts with # or ! it's probably a ch file.
591 " Diva (with Skill) or InstallShield
816 " HTML with Rub
[all...]
H A Dmakemenu.vim58 SynMenu AB.Ada:ada
72 SynMenu AB.ASP\ with\ VBScript:aspvbs
73 SynMenu AB.ASP\ with\ Perl:aspperl
171 SynMenu DE.Doxygen.C\ with\ doxygen:c.doxygen
172 SynMenu DE.Doxygen.C++\ with\ doxygen:cpp.doxygen
173 SynMenu DE.Doxygen.IDL\ with\ doxygen:idl.doxygen
174 SynMenu DE.Doxygen.Java\ with\ doxygen:java.doxygen
213 SynMenu FG.Fvwm.Fvwm2\ configuration\ with\ M4:fvwm2m4
247 SynMenu HIJK.HTML.HTML\ with\ M4:htmlm4
248 SynMenu HIJK.HTML.HTML\ with\ Rub
[all...]
H A Dsynmenu.vim45 an 50.10.170 &Syntax.AB.Ada :cal SetSyn("ada")<CR>
59 an 50.10.310 &Syntax.AB.ASP\ with\ VBScript :cal SetSyn("aspvbs")<CR>
60 an 50.10.320 &Syntax.AB.ASP\ with\ Perl :cal SetSyn("aspperl")<CR>
155 an 50.30.280 &Syntax.DE.Doxygen.C\ with\ doxygen :cal SetSyn("c.doxygen")<CR>
156 an 50.30.290 &Syntax.DE.Doxygen.C++\ with\ doxygen :cal SetSyn("cpp.doxygen")<CR>
157 an 50.30.300 &Syntax.DE.Doxygen.IDL\ with\ doxygen :cal SetSyn("idl.doxygen")<CR>
158 an 50.30.310 &Syntax.DE.Doxygen.Java\ with\ doxygen :cal SetSyn("java.doxygen")<CR>
195 an 50.40.230 &Syntax.FG.Fvwm.Fvwm2\ configuration\ with\ M4 :cal SetSyn("fvwm2m4")<CR>
227 an 50.50.210 &Syntax.HIJK.HTML.HTML\ with\ M4 :cal SetSyn("htmlm4")<CR>
228 an 50.50.220 &Syntax.HIJK.HTML.HTML\ with\ Rub
[all...]

Completed in 290 milliseconds