Searched +refs:ada +refs:indent +refs:on +refs:previous +refs:lines (Results 1 - 3 of 3) sorted by relevance

/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 $
17 " 05.11.2006 MK Bram suggested to save on spaces
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 o
[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 $
21 " 05.11.2006 MK Bram suggested to save on spaces
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
45 let g:ada#Keyword
[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
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
35 ;;; Core Technologies. All the other files rely heavily on features
38 ;;; Note: this mode will not work with Emacs 19. If you are on a VMS
40 ;;; another file, called ada
163 (defgroup ada nil function
[all...]

Completed in 145 milliseconds