Searched +refs:ada +refs:keywords (Results 1 - 5 of 5) sorted by relevance

/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
42 " Section: add Ada keywords {{{2
45 let g:ada#Keyword
[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"
44 " There are 72 reserved words in total in Ada2005. Some keywords are
49 for b:Item in g:ada#Keywords
62 " with the other type keywords, and many Ada programs define
172 " Section: Handle Ada's record keywords. {{{1
205 " Section: other keywords {{{1
210 " Section: begin keywords {{{
[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
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.el123 ;; :font-lock sql-mode-xyz-font-lock-keywords
147 ;; ["XyzDB" sql-highlight-xyz-keywords
152 ;; using ANSI keywords. See sql-mode-oracle-font-lock-keywords for
155 ;; (defvar sql-mode-xyz-font-lock-keywords nil
156 ;; "XyzDB SQL keywords used by font-lock.")
160 ;; (defun sql-highlight-xyz-keywords ()
161 ;; "Highlight XyzDB keywords."
202 ;; your lists of reserved words, keywords and builtin functions! As
204 ;; ANSI keywords onl
[all...]
/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
2024 " 2. Check the first 1000 non-comment lines for LaTeX or ConTeXt keywords.

Completed in 258 milliseconds